summaryrefslogtreecommitdiffstats
path: root/src/macros.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-11-03 11:11:11 +0000
committerBram Moolenaar <Bram@vim.org>2009-11-03 11:11:11 +0000
commit3f269675d47dead291679bde9268aef174f8a9b7 (patch)
tree4125dd9a82beb898e6776ba30c256851e473a0c4 /src/macros.h
parentbadfde1bfe756d529389bee7084341e4adbdf495 (diff)
updated for version 7.2-269v7.2.269
Diffstat (limited to 'src/macros.h')
-rw-r--r--src/macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros.h b/src/macros.h
index 68ea6bcf1c..51e4dd423e 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -243,7 +243,7 @@
#endif
#ifdef STARTUPTIME
-# define TIME_MSG(s) time_msg(s, NULL)
+# define TIME_MSG(s) { if (time_fd != NULL) time_msg(s, NULL); }
#else
# define TIME_MSG(s)
#endif