From 6ed8ed84f970dd2cdb7cbcb71746665cece4d063 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 30 May 2010 20:40:11 +0200 Subject: Made reading/writing undo info a bit more robust. --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fileio.c') diff --git a/src/fileio.c b/src/fileio.c index f8375c65d8..101c804de8 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -2588,7 +2588,7 @@ failed: char_u hash[UNDO_HASH_SIZE]; sha256_finish(&sha_ctx, hash); - u_read_undo(NULL, hash); + u_read_undo(NULL, hash, fname); } #endif -- cgit v1.2.3