changeset 5978:32cef2cfc9c9

[project @ 2006-08-31 02:31:57 by jwe]
author jwe
date Thu, 31 Aug 2006 02:31:57 +0000
parents 27dd5b29489b
children 8c35d219139d
files src/load-path.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/load-path.cc
+++ b/src/load-path.cc
@@ -1208,7 +1208,7 @@
 
   std::string file = dir + file_ops::dir_sep_str + script_file;
 
-  file_stat fs = file_stat (file);
+  file_stat fs (file);
 
   if (fs.exists ())
     source_file (file, "base");