diff src/fn-cache.cc @ 5832:5e41e06f6a78

[project @ 2006-05-26 21:41:32 by jwe]
author jwe
date Fri, 26 May 2006 21:42:22 +0000
parents ace8d8d26933
children
line wrap: on
line diff
--- a/src/fn-cache.cc	Fri May 26 21:06:00 2006 +0000
+++ b/src/fn-cache.cc	Fri May 26 21:42:22 2006 +0000
@@ -49,7 +49,7 @@
 {
   bool something_changed = false;
 
-  dir_path p = path.empty () ? Vload_path_dir_path : dir_path (path);
+  dir_path p /* = path.empty () ? Vload_path_dir_path : dir_path (path) */;
 
   string_vector dirs = p.all_directories ();
 
@@ -112,7 +112,7 @@
 
   int total_len = 0;
 
-  dir_path p = path.empty () ? Vload_path_dir_path : dir_path (path);
+  dir_path p /* = path.empty () ? Vload_path_dir_path : dir_path (path) */;
 
   string_vector dirs = p.all_directories ();