1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-30 20:23:49 +03:00

r25120: One more warning.

Jeremy.
This commit is contained in:
Jeremy Allison
2007-09-13 00:31:02 +00:00
committed by Gerald (Jerry) Carter
parent 0e655ac946
commit 9cc70e3ccf

View File

@@ -1109,7 +1109,7 @@ static size_t pull_ascii_base_talloc(TALLOC_CTX *ctx,
char *msg = talloc_asprintf(ctx,
"Bad src length (%u) in "
"pull_ascii_base_talloc",
src_len);
(unsigned int)src_len);
smb_panic(msg);
}
}