mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +03:00
Added important comment
This commit is contained in:
parent
981f41aee0
commit
87ff81a499
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user