wok view encfs/stuff/gcc44.patch @ rev 8939

gtksourceview, gyrus, icewm, kino, libcanberra, libstroke, linphone, linuxdcpp: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 01 16:43:54 2011 +0100 (2011-03-01)
parents
children
line source
1 --- encfs/NameIO.cpp Wed Aug 6 08:35:05 2008
2 +++ encfs/NameIO.cpp Thu Aug 6 15:43:41 2009
3 @@ -190,7 +190,7 @@
4 } else
5 {
6 bool isDotFile = (*path == '.');
7 - char *next = strchr( path, '/' );
8 + const char *next = strchr( path, '/' );
9 int len = next ? next - path : strlen( path );
11 // at this point we know that len > 0