compiler warnings

This commit is contained in:
Kelvin Sherlock 2013-05-18 21:43:30 -04:00
parent 3ad993ab3f
commit 9584a6ee88
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ void LoadEnvironment(std::string &envfile, std::unordered_map<std::string, std::
if (iter == end || iter == begin)
{
fprintf(stderr, "Invalid Environment entry: %.*s\n", length, begin);
fprintf(stderr, "Invalid Environment entry: %.*s\n", (int)length, begin);
continue;
}