- 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:
parent
3b34abfc21
commit
b96d3cb54c
@ -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`,"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user