Some more fix types for 64-bit compilation (issue #131)

This commit is contained in:
Abs62 2012-10-26 20:47:54 +04:00
parent 04339b3ebb
commit 54f57a7cd8

View file

@ -178,7 +178,7 @@ bool indexIsOldOrBad( string const & indexFile )
header.formatVersion != CurrentFormatVersion;
}
void readJSONValue( string const & source, string & str, uint32_t & pos)
void readJSONValue( string const & source, string & str, string::size_type & pos)
{
int level = 1;
char endChar;