X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fvariable-display.c;h=67c2e13d637ac31cd3f1bc4682381cec531d68ea;hb=2b34727c23cb4c291f2fc8b52a29619957f2e06a;hp=63bc6d472c6f4c8b01ac221b339ab6e5d518a3e9;hpb=1076f8e88e2eee1bc780edd9d79d696a38af936d;p=pspp diff --git a/src/language/dictionary/variable-display.c b/src/language/dictionary/variable-display.c index 63bc6d472c..67c2e13d63 100644 --- a/src/language/dictionary/variable-display.c +++ b/src/language/dictionary/variable-display.c @@ -198,7 +198,7 @@ cmd_variable_role (struct lexer *lexer, struct dataset *ds) if ( lex_match_id (lexer, "INPUT")) role = ROLE_INPUT; else if ( lex_match_id (lexer, "TARGET")) - role = ROLE_OUTPUT; + role = ROLE_TARGET; else if ( lex_match_id (lexer, "BOTH")) role = ROLE_BOTH; else if ( lex_match_id (lexer, "NONE"))