mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 10:46:21 +00:00
Fix parsing of alias command
This actually only set the local ran pointer to NULL. But we want an effect on the outside variable.
This commit is contained in:
@@ -8082,7 +8082,7 @@ static gboolean
|
||||
_cmd_execute_alias(ProfWin *window, const char *const inp, gboolean *ran)
|
||||
{
|
||||
if (inp[0] != '/') {
|
||||
ran = FALSE;
|
||||
*ran = FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user