diff options
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp index a1e93a8..563c0e6 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -78,7 +78,7 @@ int iSystem(const char *command) } } #else - system(command); + return system(command); #endif } |