diff options
Diffstat (limited to 'Source/cmCacheManager.cxx')
-rw-r--r-- | Source/cmCacheManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx index 5392937..d74fb59 100644 --- a/Source/cmCacheManager.cxx +++ b/Source/cmCacheManager.cxx @@ -201,7 +201,7 @@ bool cmCacheManager::LoadCache(const char* path, { continue; } - while(realbuffer[0] == '/') + while(realbuffer[0] == '/' && realbuffer[1] == '/') { e.m_HelpString += &realbuffer[2]; fin.getline(realbuffer, bsize); |