From e1249adc6c32113d58eb15bb29ecbb47e8de2f28 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Thu, 9 Sep 2004 13:56:46 +0000 Subject: [PATCH] Fix typo. (Logical change 1.539) --- libntfs/lcnalloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libntfs/lcnalloc.c b/libntfs/lcnalloc.c index d24f85e5..dc561d80 100644 --- a/libntfs/lcnalloc.c +++ b/libntfs/lcnalloc.c @@ -429,7 +429,7 @@ runlist *ntfs_cluster_alloc(ntfs_volume *vol, s64 count, LCN start_lcn, if (rl) free(rl); free(buf); - NTFS_BUG("switch(search_zone)"); + NTFS_BUG("switch(search_zone) 1"); return NULL; } Dprintf("%s(): Going to done_ret.\n", @@ -490,7 +490,7 @@ zone_pass_done: /* Finished with the current zone pass. */ zone_start = 0; break; default: - NTFS_BUG("switch(search_zone), 2"); + NTFS_BUG("switch(search_zone) 2"); } /* Sanity check. */ if (zone_end < zone_start)