mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-16 12:11:04 -06:00
Comments start with TWO leading slashes not _one_
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user