X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcase-tmpfile.c;h=0290f51126380366a233e8a3e5dc1f6eb8c22a68;hb=771599745cfe2a306dc45f2f299b9bfbfa19601b;hp=907a926f9ece6281de146af02adbd880a5570d23;hpb=81579d9e9f994fb2908f50af41c3eb033d216e58;p=pspp diff --git a/src/data/case-tmpfile.c b/src/data/case-tmpfile.c index 907a926f9e..0290f51126 100644 --- a/src/data/case-tmpfile.c +++ b/src/data/case-tmpfile.c @@ -26,7 +26,6 @@ #include "libpspp/taint.h" #include "libpspp/ext-array.h" -#include "gl/error.h" #include "gl/xalloc.h" /* A temporary file that stores an array of cases. */ @@ -57,7 +56,7 @@ value_to_data (const union value *value_, int width) if (width == 0) return &value->f; else - return value_str_rw (value, width); + return value->s; } /* Creates and returns a new case_tmpfile that will store cases