printf record: Fix bug in minimum buffer size logic.

This commit is contained in:
Andrew Johnson
2012-11-29 13:41:46 -06:00
parent 02348e770b
commit 77c837bcbe
2 changed files with 5 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ recordtype(printf) {
extra("char *val")
}
field(SIZV,DBF_USHORT) {
prompt("Size of VAL")
prompt("Size of VAL buffer")
promptgroup(GUI_OUTPUT)
special(SPC_NOMOD)
interest(1)