From 2e6c3efda2ec2522599522fd103634e113afb622 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 11 Jul 2012 12:09:18 +0200 Subject: [PATCH] Corrected a comment in new hfsplus_case.c --- libisofs/hfsplus_case.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libisofs/hfsplus_case.c b/libisofs/hfsplus_case.c index 144ec08..0a07612 100644 --- a/libisofs/hfsplus_case.c +++ b/libisofs/hfsplus_case.c @@ -363,7 +363,7 @@ static uint8_t utf16be_transl[] = { static int utf16be_transl_count = 329; /* These are the start indice in utf16be_transl[] for the page numbers 0 to 9 - as classified by static function what_page() in libisofs/hfsplus.c. + as classified by function what_page(). As soon as the first byte of the input pair in utf16be_transl[] changes, the search can be ended and output is equal to input. If page -1 is returned by what_page(), then input is equal to output.