Fixed a #define directive.

This commit is contained in:
Sergey Popov 2008-06-30 16:08:01 +00:00
parent adad3a3513
commit 247a0937a0

View File

@ -1205,7 +1205,7 @@ std::string show_wesnothd_server_search(display& disp)
#ifndef _WIN32
#ifndef WESNOTH_PREFIX
#define WESNOTH_PREFIX = "/usr"
#define WESNOTH_PREFIX "/usr"
#endif
const std::string filename = "wesnothd";
std::string path = WESNOTH_PREFIX + std::string("/bin");