mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
Some more fix types for 64-bit compilation (issue #131)
This commit is contained in:
parent
04339b3ebb
commit
54f57a7cd8
2
aard.cc
2
aard.cc
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue