X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcommand.c;h=448fae7ea803463f11a54edbec50a23c816875a4;hb=ddb7b52128d8f1f54d9632dc3a15c7869e0fbcce;hp=803b5398888dec3c739c748afa8c13059d272ec3;hpb=f51ecb48027e6b1eb46840ae25888a25b429f012;p=pspp-builds.git diff --git a/src/language/command.c b/src/language/command.c index 803b5398..448fae7e 100644 --- a/src/language/command.c +++ b/src/language/command.c @@ -224,9 +224,7 @@ do_parse_command (struct lexer *lexer, else { /* Execute command. */ - msg_set_command_name (command->name); result = command->function (lexer, ds); - msg_set_command_name (NULL); } assert (cmd_result_is_valid (result));