aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/filelock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelock.c b/src/filelock.c
index 3e34514fef8..3b65d127de9 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -180,7 +180,7 @@ get_boot_time ()
180 180
181 sprintf (cmd_string, "%s.%d", WTMP_FILE, counter); 181 sprintf (cmd_string, "%s.%d", WTMP_FILE, counter);
182 tempname = build_string (cmd_string); 182 tempname = build_string (cmd_string);
183 if (! NILP (Ffile_exists_p (filename))) 183 if (! NILP (Ffile_exists_p (tempname)))
184 filename = tempname; 184 filename = tempname;
185 else 185 else
186 { 186 {