X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=src%2Flanguage%2Fxforms%2Frecode.c;h=e8a382a3d51cb739162b9ba192d24b5566c0357c;hp=60c8f408291b4076bc8f25ab630c47e4bf90b92d;hb=8830c95bb9e8d72621787866141a27fc22e8c786;hpb=69c134ad8584c6c0dbbd908ed8ed278e920445a9 diff --git a/src/language/xforms/recode.c b/src/language/xforms/recode.c index 60c8f408..e8a382a3 100644 --- a/src/language/xforms/recode.c +++ b/src/language/xforms/recode.c @@ -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;