mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 14:14:45 +02:00
Windows build fix.
This commit is contained in:
parent
19cc034665
commit
28335db4ba
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user