X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fvector.c;h=909daba71a90b131b4753771d936da8e9f43f7e8;hb=8019f5ebb77a3b010ff63b14ba69d70810b040fb;hp=7492015c7c868d3fd875722f8ac0d64150be4074;hpb=3816248a008a4af75aac6319d0c9929cb7ff679e;p=pspp diff --git a/src/language/dictionary/vector.c b/src/language/dictionary/vector.c index 7492015c7c..909daba71a 100644 --- a/src/language/dictionary/vector.c +++ b/src/language/dictionary/vector.c @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -107,7 +106,7 @@ cmd_vector (struct lexer *lexer, struct dataset *ds) } if (!parse_variables (lexer, dict, &v, &nv, - PV_SAME_TYPE | PV_DUPLICATE)) + PV_SAME_WIDTH | PV_DUPLICATE)) goto fail; dict_create_vector (dict, vecnames, v, nv);