printf record: Fix bug in minimum buffer size logic.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user