packages: vitooki/gcc.patch - const char fixes
glen
glen at pld-linux.org
Mon Aug 9 14:58:55 CEST 2010
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
More information about the pld-cvs-commit
mailing list