stupid type change
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1487 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -169,7 +169,7 @@ sl_loop (SL_cmd *cmds, char *prompt)
|
|||||||
if (ptr == NULL) {
|
if (ptr == NULL) {
|
||||||
printf ("sl_loop: failed to allocate %u "
|
printf ("sl_loop: failed to allocate %u "
|
||||||
"bytes of memory\n",
|
"bytes of memory\n",
|
||||||
(int) max_count * sizeof(*ptr));
|
(unsigned) max_count * sizeof(*ptr));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user