Comments start with TWO leading slashes not _one_
This commit is contained in:
parent
95fa88b7bc
commit
0daca0a5f3
|
@ -201,7 +201,7 @@ bool cmCacheManager::LoadCache(const char* path,
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
while(realbuffer[0] == '/')
|
while(realbuffer[0] == '/' && realbuffer[1] == '/')
|
||||||
{
|
{
|
||||||
e.m_HelpString += &realbuffer[2];
|
e.m_HelpString += &realbuffer[2];
|
||||||
fin.getline(realbuffer, bsize);
|
fin.getline(realbuffer, bsize);
|
||||||
|
|
Loading…
Reference in New Issue