changeset 6697:851c4afa8aa7

[project @ 2007-06-08 13:13:30 by dbateman]
author dbateman
date Fri, 08 Jun 2007 13:13:30 +0000
parents a69216024dd6
children 6d366791e132
files liboctave/ChangeLog liboctave/file-ops.cc
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Jun 08 09:13:25 2007 +0000
+++ b/liboctave/ChangeLog	Fri Jun 08 13:13:30 2007 +0000
@@ -1,3 +1,7 @@
+2007-06-04  David Bateman  <dbateman@free.fr>
+
+	* file-ops.cc: Typo.
+
 2007-06-06  Michael Goffioul  <michael.goffioul@swing.be>
 
 	* file-ops.cc: Include sys/stat.h, fcntl.h, and utime.h or
--- a/liboctave/file-ops.cc	Fri Jun 08 09:13:25 2007 +0000
+++ b/liboctave/file-ops.cc	Fri Jun 08 13:13:30 2007 +0000
@@ -77,7 +77,7 @@
 std::string file_ops::dir_sep_str ("/");
 #endif
 
-#if (defined (OCTAVE_HAVE_WINDOWS_FILESYSTEM)
+#if defined (OCTAVE_HAVE_WINDOWS_FILESYSTEM)
 std::string file_ops::dir_sep_chars ("/\\");
 #else
 std::string file_ops::dir_sep_chars (file_ops::dir_sep_str);