diff options
author | YamaArashi <shadow962@live.com> | 2017-01-02 04:48:04 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-02 04:48:04 -0800 |
commit | e7054aed143a0853048df3ffb61d322014c1e52d (patch) | |
tree | 0366ec5283fc69e532fe3b063c3ae151be9852dc /src/mail.c | |
parent | 8b98e7a24b00cbb0db037f2e086b4688d72c18c1 (diff) |
name_string_util.s
Diffstat (limited to 'src/mail.c')
-rw-r--r-- | src/mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail.c b/src/mail.c index 191ca2237..14f63c52a 100644 --- a/src/mail.c +++ b/src/mail.c @@ -448,7 +448,7 @@ u8 *sub_80F8D7C(u8 *dest, u8 *src) { u16 length; StringCopy(dest, src); - sub_814A568(dest); + SanitizeNameString(dest); length = StringLength(dest); |