Continuous integration system #545

fix
This commit is contained in:
BADIM-PC\Vadim
2018-03-18 11:43:29 +03:00
parent 23432fbebe
commit e188d73115
3 changed files with 5 additions and 2 deletions

View File

@@ -924,7 +924,7 @@ static void openSystemPath(const char* path)
#elif defined(__LINUX__)
sprintf(command, "xdg-open \"%s\"", path);
system(command);
if(system(command)){}
#elif defined(__MACOSX__)