From 730e5dde39333cb2f63c72a7d7152bee5c4dbb05 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 8 Feb 2014 15:09:25 -0800 Subject: Implement AString --- src/map/chrif.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/chrif.cpp') diff --git a/src/map/chrif.cpp b/src/map/chrif.cpp index ab67b5c..c49a101 100644 --- a/src/map/chrif.cpp +++ b/src/map/chrif.cpp @@ -4,7 +4,7 @@ #include -#include "../strings/fstring.hpp" +#include "../strings/astring.hpp" #include "../strings/zstring.hpp" #include "../io/cxxstdio.hpp" @@ -462,7 +462,7 @@ int chrif_char_ask_name_answer(Session *s) dumb_ptr sd = map_id2sd(acc); if (acc >= 0 && sd != NULL) { - FString output; + AString output; if (RFIFOW(s, 32) == 1) // player not found output = STRPRINTF("The player '%s' doesn't exist.", player_name); -- cgit v1.2.3-60-g2f50