mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 12:26:22 +00:00
Fix option handling for room config form parsing
This commit is contained in:
@@ -526,7 +526,7 @@ handle_room_configure(const char * const room, DataForm *form)
|
||||
cons_show(" Label: %s", option->label);
|
||||
}
|
||||
if (option->value != NULL) {
|
||||
cons_show(" Value: %s", option->value);
|
||||
cons_show(" Value: %s", option->value);
|
||||
}
|
||||
|
||||
curr_option = g_slist_next(curr_option);
|
||||
|
||||
Reference in New Issue
Block a user