summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/stat.c')
-rw-r--r--otherlibs/unix/stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/unix/stat.c b/otherlibs/unix/stat.c
index 628bd4c1a..37e190ed4 100644
--- a/otherlibs/unix/stat.c
+++ b/otherlibs/unix/stat.c
@@ -5,7 +5,7 @@
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
-/* Automatique. Distributed only by permission. */
+/* en Automatique. Distributed only by permission. */
/* */
/***********************************************************************/
@@ -45,7 +45,7 @@ static value stat_aux(struct stat *buf)
atime = copy_double((double) buf->st_atime);
mtime = copy_double((double) buf->st_mtime);
ctime = copy_double((double) buf->st_ctime);
- v = alloc_tuple(12);
+ v = alloc_small(12, 0);
Field (v, 0) = Val_int (buf->st_dev);
Field (v, 1) = Val_int (buf->st_ino);
Field (v, 2) = cst_to_constr(buf->st_mode & S_IFMT, file_kind_table,