changeset 4211:044889ec438e HEAD

Fixed last change: added missing '/' back
author Timo Sirainen <tss@iki.fi>
date Thu, 20 Apr 2006 22:50:45 +0300
parents e53deec5e422
children 59d5370a330f
files src/lib/file-dotlock.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib/file-dotlock.c	Thu Apr 20 19:56:05 2006 +0300
+++ b/src/lib/file-dotlock.c	Thu Apr 20 22:50:45 2006 +0300
@@ -290,6 +290,7 @@
 				/* add directory */
 				str_append_n(tmp_path, lock_info->lock_path,
 					     p - lock_info->lock_path);
+				str_append_c(tmp_path, '/');
 			}
 			str_append(tmp_path, temp_prefix);
 		} else {