]> git.pld-linux.org Git - packages/cvsnt.git/commitdiff
- fixed now
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 3 Jul 2009 13:24:05 +0000 (13:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsnt-gcc4.patch -> 1.3

cvsnt-gcc4.patch

index ffa4cdf5fba779040142d56f1336ba46098db7bc..5acf67687331ab201f23d6a157aa70f81bd14402 100644 (file)
  
 --- cvsnt-2.5.04.3236/src/filesubr.cpp~        2006-08-17 23:33:30.000000000 +0200
 +++ cvsnt-2.5.04.3236/src/filesubr.cpp 2009-07-03 15:05:48.195587407 +0200
-@@ -19,6 +19,7 @@
- #include "cvs.h"
- #include <zlib.h>
-+#include <cstring>
- #ifdef MAC_HFS_STUFF
-       #include "mac_copy_file.h"
+@@ -1230,7 +1230,7 @@
+ /* Return a pointer into PATH's last component.  */
+ const char *last_component (const char *path)
+ {
+-    char *last = strrchr (path, '/');
++    char *last = strrchr ((char *)path, '/');
+     
+     if (last && (last != path))
+         return last + 1;
This page took 0.173717 seconds and 4 git commands to generate.