add: .
This commit is contained in:
parent
83b4d65eca
commit
14325870be
@ -9,6 +9,12 @@ parsing(text, cmd_ptr)
|
|||||||
input = geadline("(default)");
|
input = geadline("(default)");
|
||||||
if (input == NULL)
|
if (input == NULL)
|
||||||
return 1;
|
return 1;
|
||||||
|
if (strcmp(input, ".") == 0)
|
||||||
|
{
|
||||||
|
free(input);
|
||||||
|
[cmd_ptr] = strdup("p");
|
||||||
|
return [cmd_ptr] == NULL;
|
||||||
|
}
|
||||||
if (isdigit([input]) == 1)
|
if (isdigit([input]) == 1)
|
||||||
{
|
{
|
||||||
line_application = aton(input);
|
line_application = aton(input);
|
||||||
|
Loading…
Reference in New Issue
Block a user