Change union value type to contain uint8_t types instead of char.
[pspp-builds.git] / src / language / xforms / recode.c
index 60c8f408291b4076bc8f25ab630c47e4bf90b92d..e8a382a3d51cb739162b9ba192d24b5566c0357c 100644 (file)
@@ -598,7 +598,7 @@ find_src_numeric (struct recode_trns *trns, double value, const struct variable
 /* Returns the output mapping in TRNS for an input of VALUE with
    the given WIDTH, or a null pointer if there is no mapping. */
 static const struct map_out *
-find_src_string (struct recode_trns *trns, const char *value,
+find_src_string (struct recode_trns *trns, const uint8_t *value,
                  const struct variable *src_var)
 {
   struct mapping *m;