Added important comment

This commit is contained in:
Pavol Marko 2004-10-03 17:03:14 +00:00
parent 981f41aee0
commit 87ff81a499

View File

@ -957,7 +957,7 @@ int CLangMngr::MergeDefinitionFile(const char *file)
return 0;
}
MD5 md5;
md5.update(fp);
md5.update(fp); // closes for us
md5.finalize();
char md5buffer[33];
md5.hex_digest(md5buffer);