Skip to content
Extraits de code Groupes Projets
Valider 961c1245 rédigé par Amar Takhar's avatar Amar Takhar
Parcourir les fichiers

Remove const in path.cpp (missed in r5320)

Originally committed to SVN as r5321.
parent bf052894
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -84,7 +84,7 @@ void Path::ListSet(const char *name, std::vector<std::string> list) { ...@@ -84,7 +84,7 @@ void Path::ListSet(const char *name, std::vector<std::string> list) {
} }
const void Path::Decode(std::string &path) { void Path::Decode(std::string &path) {
if (path[0] != 94) // "^" if (path[0] != 94) // "^"
return; return;
try { try {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter