Added quotes in Launcher::openFile() to open URLs with '&' character.

This commit is contained in:
David Capello 2010-07-06 23:45:41 -03:00
parent b2d212f90f
commit a6b164d88b

View File

@ -37,7 +37,7 @@ void Launcher::openFile(const std::string& file)
#elif defined ALLEGRO_MACOSX #elif defined ALLEGRO_MACOSX
system(("open " + file).c_str()); system(("open \"" + file + "\"").c_str());
#else // Linux #else // Linux