projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10742f3
)
dbtoman: fix missing arg to fprintf
author
Jon Trulson
<jon@radscan.com>
Fri, 18 Dec 2015 17:00:12 +0000
(10:00 -0700)
committer
Jon Trulson
<jon@radscan.com>
Fri, 18 Dec 2015 17:00:12 +0000
(10:00 -0700)
cde/doc/util/dbtoman/instant/tables.c
patch
|
blob
|
history
diff --git
a/cde/doc/util/dbtoman/instant/tables.c
b/cde/doc/util/dbtoman/instant/tables.c
index 0cc8c46884d2419d0e54411c5bfb933991c83f42..f01b4488812c7c097378bbcd438965bb82ffeaf1 100644
(file)
--- a/
cde/doc/util/dbtoman/instant/tables.c
+++ b/
cde/doc/util/dbtoman/instant/tables.c
@@
-398,7
+398,7
@@
CALStable(
av[1], av[2]);
}
else {
-
fprintf(stderr, "Incomplete %s table instruction\n"
);
+
fprintf(stderr, "Incomplete %s table instruction\n", av[1]
);
}
}