# HG changeset patch # User jwe # Date 1156991517 0 # Node ID 32cef2cfc9c9f4ac20ae75dc4b28e9e51554c950 # Parent 27dd5b29489b99081bab727adeadc4f78ac1b72d [project @ 2006-08-31 02:31:57 by jwe] diff -r 27dd5b29489b -r 32cef2cfc9c9 src/load-path.cc --- 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");