packages: nxcomp/nxcomp-build.patch - updated for 3.4.0-7

paszczus paszczus at pld-linux.org
Sun Jul 11 15:22:21 CEST 2010


Author: paszczus                     Date: Sun Jul 11 13:22:21 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated for 3.4.0-7

---- Files affected:
packages/nxcomp:
   nxcomp-build.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/nxcomp/nxcomp-build.patch
diff -u packages/nxcomp/nxcomp-build.patch:1.1 packages/nxcomp/nxcomp-build.patch:1.2
--- packages/nxcomp/nxcomp-build.patch:1.1	Wed Jul 15 09:02:18 2009
+++ packages/nxcomp/nxcomp-build.patch	Sun Jul 11 15:22:16 2010
@@ -1,11 +1,11 @@
---- nxcomp/Loop.cpp~	2008-04-14 15:39:06.000000000 +0200
-+++ nxcomp/Loop.cpp	2009-07-15 09:00:30.418599661 +0200
-@@ -10979,7 +10979,7 @@
+--- nxcomp/Loop.cpp	2010-03-30 15:38:11.000000000 +0200
++++ nxcomp.new/Loop.cpp	2010-07-11 15:21:00.487212748 +0200
+@@ -10986,7 +10986,7 @@
                                        packMethod == PACK_LOSSLESS ||
                                            packMethod == PACK_ADAPTIVE)
    {
--    char *dash = rindex(opt, '-');
-+    char *dash = (char *)rindex(opt, '-');
+-    const char *dash = rindex(opt, '-');
++    const char *dash = (char *)rindex(opt, '-');
  
      if (dash != NULL && strlen(dash) == 2 &&
              *(dash + 1) >= '0' && *(dash + 1) <= '9')
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nxcomp/nxcomp-build.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list