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)
|
_cmd_execute_alias(ProfWin *window, const char *const inp, gboolean *ran)
|
||||||
{
|
{
|
||||||
if (inp[0] != '/') {
|
if (inp[0] != '/') {
|
||||||
ran = FALSE;
|
*ran = FALSE;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user