From c082539152eefb90a752277b3917403f613c3a3a Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 2 Nov 1998 18:12:28 +0000 Subject: client/client.c: Patch to tidy up file size output. nmbd/nmbd.c: Someone (a "yank" no doubt :-) Changed instances of "initialise" to "initialize". Someone get that man an *English* dictionary.... :-) :-). Jeremy. (This used to be commit 6279be7f96802bb132e5e18dd8c6912652296e70) --- source3/client/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/client/client.c') diff --git a/source3/client/client.c b/source3/client/client.c index 2d6b8cf59d..eceadbe09c 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -467,7 +467,7 @@ static void display_finfo(file_info *finfo) { if (do_this_one(finfo)) { time_t t = finfo->mtime; /* the time is assumed to be passed as GMT */ - DEBUG(0,(" %-30s%7.7s%.0f %s", + DEBUG(0,(" %-30s%7.7s%8.0f %s", CNV_LANG(finfo->name), attrib_string(finfo->mode), (double)finfo->size, -- cgit