X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmodify-vars.c;h=20898e0a8c525360a88c49ef4556ebfdd2c366af;hb=45b8514ebb8a7b10eb5d911a231a9fc7974f8ba9;hp=86ef2b3c54666ad59320bdff93caad793e8e709c;hpb=73795d4af5570440331621772d542df7922e6f5c;p=pspp diff --git a/src/modify-vars.c b/src/modify-vars.c index 86ef2b3c54..20898e0a8c 100644 --- a/src/modify-vars.c +++ b/src/modify-vars.c @@ -390,7 +390,8 @@ validate_var_modification (const struct dictionary *d, struct variable **all_vars; struct variable **keep_vars; struct variable **drop_vars; - size_t all_cnt, keep_cnt, drop_cnt; + size_t keep_cnt, drop_cnt; + int all_cnt; struct var_renaming *var_renaming; int valid;