mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dbtoman: fix missing arg to fprintf
This commit is contained in:
parent
10742f3679
commit
07e84caf74
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue