summaryrefslogtreecommitdiff
path: root/src/map/chrif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r--src/map/chrif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c
index 8feab38d5..59bf04d90 100644
--- a/src/map/chrif.c
+++ b/src/map/chrif.c
@@ -826,7 +826,7 @@ int chrif_changesex(struct map_session_data *sd)
static void chrif_char_ask_name_answer(int acc, const char* player_name, uint16 type, uint16 answer)
{
struct map_session_data* sd;
- const char* action;
+ char action[25];
char output[256];
sd = map_id2sd(acc);