Author: glen                         Date: Mon Aug  9 12:58:55 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- const char fixes

---- Files affected:
packages/vitooki:
   gcc.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/vitooki/gcc.patch
diff -u packages/vitooki/gcc.patch:1.5 packages/vitooki/gcc.patch:1.6
--- packages/vitooki/gcc.patch:1.5      Mon Aug  9 11:24:34 2010
+++ packages/vitooki/gcc.patch  Mon Aug  9 14:58:49 2010
@@ -520,3 +520,14 @@
        if( next == strstr(next, VJOB_START))
        {
                next = (const char*) next+strlen(VJOB_START);
+--- vitooki/apps/muvimark/bmjob.cpp~   2004-09-29 14:33:23.000000000 +0300
++++ vitooki/apps/muvimark/bmjob.cpp    2010-08-09 14:29:05.993862736 +0300
+@@ -297,7 +297,7 @@
+       const char* next = buffer;
+       char* urlbuf = (char*)malloc(1024*sizeof(char));
+       assert(urlbuf);
+-      char* end = NULL;
++      const char* end = NULL;
+       if ( next == strstr(next, JOB_START) )
+       {
+               next = (const char*)next+strlen(JOB_START);
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vitooki/gcc.patch?r1=1.5&r2=1.6&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to