Index: source/client/client.c =================================================================== RCS file: /cvsroot/samba/source/client/client.c,v retrieving revision 1.209.2.48 diff -u -p -r1.209.2.48 client.c --- source/client/client.c 12 Feb 2004 17:26:34 -0000 1.209.2.48 +++ source/client/client.c 19 Feb 2004 06:29:11 -0000 @@ -2003,7 +2003,7 @@ static void browse_fn(const char *name, in any of these fields, they can corrupt the output. We should remove them. */ if (!grepable) { - d_printf("\t%-15.15s%-10.10s%s\n", + d_printf("\t%-15s %-10.10s%s\n", name,typestr,comment); } else { d_printf ("%s|%s|%s\n",typestr,name,comment); @@ -2018,8 +2018,8 @@ static BOOL browse_host(BOOL sort) { int ret; if (!grepable) { - d_printf("\n\tSharename Type Comment\n"); - d_printf("\t--------- ---- -------\n"); + d_printf("\n\tSharename Type Comment\n"); + d_printf("\t--------- ---- -------\n"); } if((ret = cli_RNetShareEnum(cli, browse_fn, NULL)) == -1) @@ -2037,7 +2037,7 @@ static void server_fn(const char *name, { if (!grepable){ - d_printf("\t%-16.16s %s\n", name, comment); + d_printf("\t%-16s %s\n", name, comment); } else { d_printf("%s|%s|%s\n",(char *)state, name, comment); }