Skip to content
Snippets Groups Projects
Commit 8ece9238 authored by deuce's avatar deuce
Browse files

Fix warning.

parent 1e7b4ccb
No related branches found
No related tags found
No related merge requests found
...@@ -678,7 +678,7 @@ void maint(void) ...@@ -678,7 +678,7 @@ void maint(void)
if((idx=(idxrec_t *)malloc(sizeof(idxrec_t)*smb.status.total_msgs)) if((idx=(idxrec_t *)malloc(sizeof(idxrec_t)*smb.status.total_msgs))
==NULL) { ==NULL) {
smb_unlocksmbhdr(&smb); smb_unlocksmbhdr(&smb);
fprintf(errfp,"\n%s!Error allocating %u bytes of memory\n" fprintf(errfp,"\n%s!Error allocating %" XP_PRIsize_t "u bytes of memory\n"
,beep,sizeof(idxrec_t)*smb.status.total_msgs); ,beep,sizeof(idxrec_t)*smb.status.total_msgs);
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment