1
1
forked from 0ad/0ad

Variable type change from uint to size_t when calling functions in vfs

This was SVN commit r4230.
This commit is contained in:
dave 2006-08-19 20:01:26 +00:00
parent 1a8568cf24
commit a20db60354

View File

@ -244,7 +244,7 @@ bool CConfigDB::Reload(EConfigNamespace ns)
parser.InputTaskType("CommentOrBlank", "_[;[$rest]]");
FileIOBuf buffer;
uint buflen;
size_t buflen;
File f;
LibError ret;
if (m_UseVFS[ns])