Comments start with TWO leading slashes not _one_

This commit is contained in:
Berk Geveci 2001-12-07 18:12:17 -05:00
parent 95fa88b7bc
commit 0daca0a5f3
1 changed files with 1 additions and 1 deletions

View File

@ -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);