summaryrefslogtreecommitdiff
path: root/src/char_sql/int_storage.c
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-03-02 13:52:33 -0800
committerBen Longbons <b.r.longbons@gmail.com>2011-03-02 14:06:46 -0800
commita1a2711abfc594f2be1da51df95ddcd7071ddebd (patch)
tree9128237fc4794b917394a1c39221d08cc78c1b54 /src/char_sql/int_storage.c
parent877018d1296c984afe72b79f076265d6d27c3a7c (diff)
downloadtmwa-a1a2711abfc594f2be1da51df95ddcd7071ddebd.tar.gz
tmwa-a1a2711abfc594f2be1da51df95ddcd7071ddebd.tar.bz2
tmwa-a1a2711abfc594f2be1da51df95ddcd7071ddebd.tar.xz
tmwa-a1a2711abfc594f2be1da51df95ddcd7071ddebd.zip
Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and tildes.
Diffstat (limited to 'src/char_sql/int_storage.c')
-rw-r--r--src/char_sql/int_storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char_sql/int_storage.c b/src/char_sql/int_storage.c
index 3dd0685..63198b1 100644
--- a/src/char_sql/int_storage.c
+++ b/src/char_sql/int_storage.c
@@ -234,7 +234,7 @@ int inter_storage_sql_init ()
return 1;
}
-// ‘qŒΙƒf[ƒ^νœ
+// ε€‰εΊ«γƒ‡γƒΌγ‚Ώε‰Šι™€
int inter_storage_delete (int account_id)
{
sprintf (tmp_sql, "DELETE FROM `%s` WHERE `account_id`='%d'", storage_db,