- Another FALSE to false... sorry.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11561 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
zephyrus 2007-10-23 16:13:35 +00:00
parent 3b34abfc21
commit b96d3cb54c

View File

@ -32,7 +32,7 @@ int mail_fromsql(int char_id, struct mail_data *md)
memset(md, 0, sizeof(struct mail_data)); memset(md, 0, sizeof(struct mail_data));
md->amount = 0; md->amount = 0;
md->full = FALSE; md->full = false;
StringBuf_Init(&buf); StringBuf_Init(&buf);
StringBuf_AppendStr(&buf, "SELECT `id`,`send_name`,`send_id`,`dest_name`,`dest_id`,`title`,`message`,`time`,`read_flag`," StringBuf_AppendStr(&buf, "SELECT `id`,`send_name`,`send_id`,`dest_name`,`dest_id`,`title`,`message`,`time`,`read_flag`,"