From 6279be7f96802bb132e5e18dd8c6912652296e70 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 2 Nov 1998 18:12:28 +0000 Subject: [PATCH] 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. --- source/client/client.c | 2 +- source/nmbd/nmbd.c | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/source/client/client.c b/source/client/client.c index 2d6b8cf59db..eceadbe09cd 100644 --- a/source/client/client.c +++ b/source/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, diff --git a/source/nmbd/nmbd.c b/source/nmbd/nmbd.c index 92c43f410e7..d7ce42dae24 100644 --- a/source/nmbd/nmbd.c +++ b/source/nmbd/nmbd.c @@ -567,10 +567,7 @@ static void usage(char *pname) charset_initialise(); - if(!initialise_group_db()) - exit(1); - - if(!initialise_password_db()) + if(!initialize_password_db()) exit(1); #ifdef LMHOSTSFILE -- 2.11.4.GIT