aboutsummaryrefslogtreecommitdiffhomepage
path: root/autoload.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-01 14:00:04 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-01 14:00:04 -0700
commit9255f625fa98812766789880045ac224d4e2b1e0 (patch)
tree58773438bfa018950b242f26016f2ee5e2519436 /autoload.cpp
parent377d93d1cf56080d345611fe0faedae1e9ded1fe (diff)
Disable internalized scripts
Diffstat (limited to 'autoload.cpp')
-rw-r--r--autoload.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload.cpp b/autoload.cpp
index 2d1b8394..5e56f5e4 100644
--- a/autoload.cpp
+++ b/autoload.cpp
@@ -18,6 +18,7 @@ The classes responsible for autoloading functions and completions.
static const int kAutoloadStalenessInterval = 15;
file_access_attempt_t access_file(const wcstring &path, int mode) {
+ //printf("Touch %ls\n", path.c_str());
file_access_attempt_t result = {0};
struct stat statbuf;
if (wstat(path, &statbuf)) {