Remove "Written by Ben Pfaff <blp@gnu.org>" lines everywhere.
[pspp-builds.git] / src / language / dictionary / vector.c
index 7492015c7c868d3fd875722f8ac0d64150be4074..909daba71a90b131b4753771d936da8e9f43f7e8 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <blp@gnu.org>.
 
    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);