forked from KolibriOS/kolibrios
Fixed rare bug in FAT code
git-svn-id: svn://kolibrios.org@442 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
1b3a66fd7b
commit
5dc5a99124
@ -1311,7 +1311,7 @@ fat_next_short_name:
|
||||
.insert_tilde:
|
||||
mov word [edi], '~1'
|
||||
popad
|
||||
; clc ; CF already cleared
|
||||
clc
|
||||
ret
|
||||
.tilde:
|
||||
push edi
|
||||
|
@ -1317,7 +1317,7 @@ fat_next_short_name:
|
||||
.insert_tilde:
|
||||
mov word [edi], '~1'
|
||||
popad
|
||||
; clc ; CF already cleared
|
||||
clc
|
||||
ret
|
||||
.tilde:
|
||||
push edi
|
||||
|
Loading…
Reference in New Issue
Block a user