Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37877788
en ru br
ALT Linux repositórios
S:1.9.5-alt1
5.0: 1.5.2-alt3
4.1: 1.3.1-alt6
4.0: 1.3.1-alt6
3.0: 1.2.4-alt1

Group :: Sistema/Kernel e hardware
RPM: fuse-encfs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: encfs.static.char.patch
Download


diff --git a/fuse-encfs/encfs/NameIO.cpp b/fuse-encfs/encfs/NameIO.cpp
index 988bd78..a13694f 100644
--- a/fuse-encfs/encfs/NameIO.cpp
+++ b/fuse-encfs/encfs/NameIO.cpp
@@ -190,7 +190,7 @@ std::string NameIO::recodePath( const char *path,
 	} else
 	{
 	    bool isDotFile = (*path == '.');
-	    char *next = strchr( path, '/' );
+	    const char *next = strchr( path, '/' );
 	    int len = next ? next - path : strlen( path );
 
 	    // at this point we know that len > 0
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009