Browse Source

Comments start with TWO leading slashes not _one_

Berk Geveci 24 years ago
parent
commit
0daca0a5f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmCacheManager.cxx

+ 1 - 1
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);