Fixed LSN flushing typo.
authorshort <>
Sat, 29 Nov 2003 21:53:31 +0000 (21:53 +0000)
committershort <>
Sat, 29 Nov 2003 21:53:31 +0000 (21:53 +0000)
 - Fixes crash (no disk changes) during NTFS unmount.

src/libcaptive/cc/sharedcachemap.c

index 0b1c356..b278008 100644 (file)
@@ -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;