mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 20:46:22 +00:00
Add support for form edition in command execution
Also change wins_get_by_string prototype in order to handle const str.
This commit is contained in:
@@ -364,7 +364,7 @@ wins_get_by_num(int i)
|
||||
}
|
||||
|
||||
ProfWin*
|
||||
wins_get_by_string(char *str)
|
||||
wins_get_by_string(const char *str)
|
||||
{
|
||||
if (g_strcmp0(str, "console") == 0) {
|
||||
ProfWin *conswin = wins_get_console();
|
||||
|
||||
Reference in New Issue
Block a user