git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6dc76e2
)
format-fix-for-fs-windows-20031208
author
Jeffrey Altman
<jaltman@grand.central.org>
Mon, 8 Dec 2003 06:18:46 +0000 (06:18 +0000)
committer
Jeffrey Altman
<jaltman@secure-endpoints.com>
Mon, 8 Dec 2003 06:18:46 +0000 (06:18 +0000)
spacing errors in List Quota command
src/WINNT/afsd/fs.c
patch
|
blob
|
history
diff --git
a/src/WINNT/afsd/fs.c
b/src/WINNT/afsd/fs.c
index
414738e
..
f5ceef5
100644
(file)
--- a/
src/WINNT/afsd/fs.c
+++ b/
src/WINNT/afsd/fs.c
@@
-1110,8
+1110,8
@@
register struct cmd_syndesc *as; {
struct VolumeStatus *status;
char *name;
- printf("%-25s%-10s%-10s%-7s%-11s\n",
- "Volume Name", " Quota", " Used", " %Used", " Partition");
+ printf("%-25s%-10s%-10s%-7s%-13s\n",
+ "Volume Name", " Quota", " Used", " %Used", " Partition");
SetDotDefault(&as->parms[0].items);
for(ti=as->parms[0].items; ti; ti=ti->next) {
/* once per file */