From af90841fbc0a7090d7f3979c4d71aeeec1fbcb4b Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 19 Mar 2024 15:09:14 +0100 Subject: Update dependencies, whitespace, and Fl_File_Chooser.cxx Rewrite src/Fl_File_Chooser.cxx from its .fl source file --- test/radio.fl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/radio.fl') 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(); -- cgit v1.2.3