diff options
Diffstat (limited to 'test/radio.fl')
| -rw-r--r-- | test/radio.fl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/radio.fl b/test/radio.fl index f21c02b0d..3eff6a248 100644 --- a/test/radio.fl +++ b/test/radio.fl @@ -6,7 +6,7 @@ Function {button_cb(Fl_Button *b, void *)} { comment {Buttons test callback} open private return_type void } { code {char msg[256]; -sprintf(msg, "Label: '%s'\\nValue: %d\\nChanged: %d", +sprintf(msg, "Label: '%s'\\nValue: %d\\nChanged: %d", b->label(), b->value(), b->changed()); cb_info->value(msg); cb_info->redraw(); |
