Mercurial > hg > octave-lyh
comparison liboctave/file-ops.cc @ 3769:7c8e3c42ed04
[project @ 2001-01-31 22:15:51 by jwe]
author | jwe |
---|---|
date | Wed, 31 Jan 2001 22:15:55 +0000 |
parents | 9a77deefb8c9 |
children | 86e4baa81410 |
comparison
equal
deleted
inserted
replaced
3768:243148f6c91c | 3769:7c8e3c42ed04 |
---|---|
203 msg = ::strerror (errno); | 203 msg = ::strerror (errno); |
204 } | 204 } |
205 else | 205 else |
206 { | 206 { |
207 buf[status] = '\0'; | 207 buf[status] = '\0'; |
208 result = string (buf); | 208 result = std::string (buf); |
209 status = 0; | 209 status = 0; |
210 } | 210 } |
211 #else | 211 #else |
212 msg = NOT_SUPPORTED ("rename"); | 212 msg = NOT_SUPPORTED ("rename"); |
213 #endif | 213 #endif |