diff src/load-path.cc @ 5978:32cef2cfc9c9

[project @ 2006-08-31 02:31:57 by jwe]
author jwe
date Thu, 31 Aug 2006 02:31:57 +0000
parents e64059303a6f
children fabb1be5fd84
line wrap: on
line diff
--- a/src/load-path.cc	Wed Aug 30 20:03:53 2006 +0000
+++ b/src/load-path.cc	Thu Aug 31 02:31:57 2006 +0000
@@ -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");