Corrected a comment in new hfsplus_case.c

This commit is contained in:
Thomas Schmitt 2012-07-11 12:09:18 +02:00
parent 2e63856dee
commit 2e6c3efda2
1 changed files with 1 additions and 1 deletions

View File

@ -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.