Changed int to bool in dict_get_weight and sort_active_file_in_place
[pspp] / src / language / stats / aggregate.c
index 7c8245e00345bb6e42b1198cb4029808e08511ac..eaaccf3066803dc66e135129fe949ab87ecc7965 100644 (file)
@@ -743,7 +743,7 @@ accumulate_aggregate_info (struct agr_proc *agr,
 {
   struct agr_var *iter;
   double weight;
-  int bad_warn = 1;
+  bool bad_warn = true;
 
   weight = dict_get_case_weight (default_dict, input, &bad_warn);