diff liboctave/file-ops.cc @ 2431:8426659cd60e

[project @ 1996-10-26 04:37:45 by jwe]
author jwe
date Sat, 26 Oct 1996 04:39:01 +0000
parents 1b57120c997b
children 3952436ca2c2
line wrap: on
line diff
--- a/liboctave/file-ops.cc
+++ b/liboctave/file-ops.cc
@@ -100,7 +100,7 @@
 
   buf[10] = '\0';
 
-  return buf;
+  return string (buf);
 }
 
 // Private stuff: