mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge remote-tracking branch 'upstream/master' into MessengerLoadSave
This commit is contained in:
commit
aa71dea96d
|
@ -1590,12 +1590,12 @@ static int messenger_load_state_callback(void *outer, uint8_t *data, uint32_t le
|
|||
|
||||
break;
|
||||
|
||||
default:
|
||||
#ifdef DEBUG
|
||||
default:
|
||||
fprintf(stderr, "Load state: contains unrecognized part (len %u, type %u)\n",
|
||||
length, type);
|
||||
#endif
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user