renamed MBAG_DWORD to MTYPE_DWORD

FossilOrigin-Name: b00554dede0d39403c706f0dc0685f9fda6a5d5062e2462bc622cd112150c606
This commit is contained in:
7u83@mail.ru
2018-02-18 13:17:45 +00:00
parent 597d06e2c2
commit 6aec017177
9 changed files with 16 additions and 16 deletions

View File

@ -39,7 +39,7 @@ int static do_save(mbag_t itemstore, struct conn *conn, struct cw_action_in *a,
mbag_set_word(itemstore, a->item_id, cw_get_word(data));
return 1;
}
if (a->itemtype == MBAG_DWORD) {
if (a->itemtype == MTYPE_DWORD) {
mbag_set_dword(itemstore, a->item_id, cw_get_dword(data));
return 1;
}