X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdata%2Fstorage-stream.c;h=74769023e74749725183eddb7f6e477a3d1dcca6;hb=5beffdda43634370653661d5a0f5e3c75aa28747;hp=731fea39ba782125c3c61e1652f7a0c19576be42;hpb=37736728bbb526a27145a757836bd8b64e8adf6f;p=pspp diff --git a/src/data/storage-stream.c b/src/data/storage-stream.c index 731fea39ba..74769023e7 100644 --- a/src/data/storage-stream.c +++ b/src/data/storage-stream.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "xalloc.h" @@ -46,7 +47,7 @@ storage_sink_open (struct case_sink *sink) struct storage_stream_info *info; sink->aux = info = xmalloc (sizeof *info); - info->casefile = casefile_create (sink->value_cnt); + info->casefile = fastfile_create (sink->value_cnt); } /* Destroys storage stream represented by INFO. */