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/ex_docmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ex_docmd.c') diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 6d0ce2413e..c6d0b40ecb 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -8478,7 +8478,7 @@ ex_rundo(eap) char_u hash[UNDO_HASH_SIZE]; u_compute_hash(hash); - u_read_undo(eap->arg, hash); + u_read_undo(eap->arg, hash, NULL); } #endif -- cgit v1.2.3