comparison 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
comparison
equal deleted inserted replaced
2430:47cc2a839994 2431:8426659cd60e
98 98
99 mode_string (fs_mode, buf); 99 mode_string (fs_mode, buf);
100 100
101 buf[10] = '\0'; 101 buf[10] = '\0';
102 102
103 return buf; 103 return string (buf);
104 } 104 }
105 105
106 // Private stuff: 106 // Private stuff:
107 107
108 void 108 void