summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 826306c883..d42d6399fb 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -2501,7 +2501,7 @@ normal_readbraw:
outbuf = TALLOC_ARRAY(NULL, char, nread+4);
if (!outbuf) {
DEBUG(0,("send_file_readbraw: TALLOC_ARRAY failed for size %u.\n",
- nread+4));
+ (unsigned)(nread+4)));
reply_readbraw_error();
return;
}