renamed MBAG_DWORD to MTYPE_DWORD
FossilOrigin-Name: b00554dede0d39403c706f0dc0685f9fda6a5d5062e2462bc622cd112150c606
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user