packages: yadex/gcc.patch - one more c++ fix, which is rather lame as i don...
glen
glen at pld-linux.org
Thu Jan 20 03:03:46 CET 2011
Author: glen Date: Thu Jan 20 02:03:46 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- one more c++ fix, which is rather lame as i don't know how to really fix (null and NULL did not work either)
---- Files affected:
packages/yadex:
gcc.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/yadex/gcc.patch
diff -u packages/yadex/gcc.patch:1.1 packages/yadex/gcc.patch:1.2
--- packages/yadex/gcc.patch:1.1 Thu Jan 20 03:02:40 2011
+++ packages/yadex/gcc.patch Thu Jan 20 03:03:41 2011
@@ -9,3 +9,15 @@
win_vis_class = vis_info->class;
#endif
win_ncolours = vis_info->colormap_size;
+--- yadex-1.7.0/src/wadlist.cc~ 2011-01-20 05:00:14.000000000 +0200
++++ yadex-1.7.0/src/wadlist.cc 2011-01-20 05:00:49.088648499 +0200
+@@ -175,7 +175,8 @@
+ priv->iter = priv->list.erase (i);
+ if (priv->iter == priv->list.begin ())
+ {
+- priv->iter = 0; // Catch bugs
++// FIXME: no eqivalent code here
++// priv->iter = 0; // Catch bugs
+ priv->rewound = true;
+ }
+ }
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/yadex/gcc.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list