From: short <> Date: Sat, 29 Nov 2003 21:53:31 +0000 (+0000) Subject: Fixed LSN flushing typo. X-Git-Tag: captive-1_1_1_1~3 X-Git-Url: http://git.jankratochvil.net/?p=captive.git;a=commitdiff_plain;h=c6bf6aff6799a5504a5ebd28982b5df1e716ee61 Fixed LSN flushing typo. - Fixes crash (no disk changes) during NTFS unmount. --- diff --git a/src/libcaptive/cc/sharedcachemap.c b/src/libcaptive/cc/sharedcachemap.c index 0b1c356..b278008 100644 --- a/src/libcaptive/cc/sharedcachemap.c +++ b/src/libcaptive/cc/sharedcachemap.c @@ -734,7 +734,7 @@ guint64 captive_shared_cache_map_flush(CaptiveSharedCacheMapObject *captive_shar { guint64 flushed; guint64 now; -gint lsn_target; +gint64 lsn_target; captive_shared_cache_map_flush_lsn_pages_foreach_param lsn_pages_foreach_param; captive_shared_cache_map_flush_lsn_sort *lsn_pages_pointer; const captive_shared_cache_map_flush_lsn_sort *lsn_page;