Windows build fix.

This commit is contained in:
Gunnar Beutner 2013-03-22 16:05:48 +01:00
parent 19cc034665
commit 28335db4ba
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ String Utility::EscapeShellCmd(const String& s)
{
String result;
int prev_quote = String::NPos;
ssize_t index = -1;
int index = -1;
BOOST_FOREACH(char ch, s) {
bool escape = false;