summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2001-12-07 23:12:17 (GMT)
committerBerk Geveci <berk.geveci@kitware.com>2001-12-07 23:12:17 (GMT)
commit0daca0a5f365dc1c10a5a2f2cd5585227aa7c8ed (patch)
tree7e6894cfbfcc6d6b321d4a6d293035e39d18822d /Source/cmCacheManager.cxx
parent95fa88b7bcfb6b966b45e5ddac7271646bb4a584 (diff)
downloadCMake-0daca0a5f365dc1c10a5a2f2cd5585227aa7c8ed.zip
CMake-0daca0a5f365dc1c10a5a2f2cd5585227aa7c8ed.tar.gz
CMake-0daca0a5f365dc1c10a5a2f2cd5585227aa7c8ed.tar.bz2
Comments start with TWO leading slashes not _one_
Diffstat (limited to 'Source/cmCacheManager.cxx')
-rw-r--r--Source/cmCacheManager.cxx2
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);