From ad6d9231473bc4b78996a8f1b864d0f04bb211e4 Mon Sep 17 00:00:00 2001 From: "Marat Zakiyanov (Mario79)" Date: Thu, 13 Jul 2006 21:28:14 +0000 Subject: [PATCH] Small fix for function 70 in iso9660.inc, procedures of search of the file are corrected. git-svn-id: svn://kolibrios.org@99 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/fs/iso9660.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/trunk/fs/iso9660.inc b/kernel/trunk/fs/iso9660.inc index 636ee5efe6..b863fcf9c1 100644 --- a/kernel/trunk/fs/iso9660.inc +++ b/kernel/trunk/fs/iso9660.inc @@ -256,7 +256,7 @@ fs_CdReadFolder: sub eax,2048 ; директория закончилась? cmp eax,0 - jg .read_to_buffer + ja .read_to_buffer mov edi,[cd_counter_block] mov [edx+8],edi mov edi,[ebx] @@ -649,7 +649,7 @@ cd_find_lfn: sub eax,2048 ; директория закончилась? cmp eax,0 - jg .read_to_buffer + ja .read_to_buffer ; нет искомого элемента цепочки .access_denied: pop esi eax @@ -719,14 +719,14 @@ cd_compare_name: cld lodsb push ax - call char_toupper + call char_todown call ansi2uni_char xchg ah,al cld scasw pop ax je .coincides - call char_todown + call char_toupper call ansi2uni_char xchg ah,al cld