Changeset 44 for trunk/src/shared/Config/dotconfpp/dotconfpp.cpp
- Timestamp:
- 11/19/08 13:27:40 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shared/Config/dotconfpp/dotconfpp.cpp
r2 r44 103 103 104 104 // Allowing \" in there causes problems with directory paths 105 // like "C:\ MaNGOS\"105 // like "C:\TrinIty\" 106 106 //if(*line == '\\' && (*(line+1) == '"' || *(line+1) == '\'')){ 107 107 if(*line == '\\' && (*(line+1) == '\'')) {