X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=play.c;h=6eed58ab53779dd22afb9442d002b60c71165525;hp=e6a58fce566ee7ec7553d31d91f8386b5cef7094;hb=e2eebf654cae2fc004cee516a0e165127c0214ca;hpb=15e99acfc88ff999980ef97705e794d4849cf40e diff --git a/play.c b/play.c index e6a58fce..6eed58ab 100644 --- a/play.c +++ b/play.c @@ -974,15 +974,7 @@ out: static int play_i9e_line_handler(char *line) { - struct play_task *pt = &play_task; - int ret; - - if (line == NULL || !*line) - return 0; - ret = run_command(line, pt); - if (ret < 0) - return ret; - return 0; + return run_command(line, &play_task); } static int play_i9e_key_handler(int key)