no quotes in WINDOWPORT macro invocation
This commit is contained in:
@@ -279,7 +279,7 @@ struct wc_Opt {
|
||||
/* Macro for the currently active Window Port whose function
|
||||
pointers have been loaded */
|
||||
#define WINDOWPORT(wn) \
|
||||
(windowprocs.name && !strncmpi((wn), windowprocs.name, strlen((wn))))
|
||||
(windowprocs.name && !strncmpi((#wn), windowprocs.name, strlen((#wn))))
|
||||
|
||||
/* role selection by player_selection(); this ought to be in the core... */
|
||||
#define RS_NAME 0
|
||||
|
||||
Reference in New Issue
Block a user