Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 277237
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- encfs/NameIO.cpp
0
++ encfs/NameIO.cpp
Lines 190-196 Link Here
190
	} else
190
	} else
191
	{
191
	{
192
	    bool isDotFile = (*path == '.');
192
	    bool isDotFile = (*path == '.');
193
	    char *next = strchr( path, '/' );
193
	    const char *next = strchr( path, '/' );
194
	    int len = next ? next - path : strlen( path );
194
	    int len = next ? next - path : strlen( path );
195
195
196
	    // at this point we know that len > 0
196
	    // at this point we know that len > 0

Return to bug 277237