1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

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)
This commit is contained in:
Jeremy Allison 1998-11-02 18:12:28 +00:00
parent 502e2ec3cf
commit c082539152
2 changed files with 2 additions and 5 deletions

View File

@ -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,

View File

@ -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