fixed serious FAT32 bug introduced in svn.649

git-svn-id: svn://kolibrios.org@654 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond) 2007-10-18 10:25:48 +00:00
parent 07eee4adec
commit 01247f1a05

View File

@ -676,8 +676,8 @@ add_disk_free_space:
jne add_not_fs jne add_not_fs
add [ebx+0x1e8],ecx add [ebx+0x1e8],ecx
mov eax,[fatStartScan] push [fatStartScan]
mov [ebx+0x1ec],eax pop dword [ebx+0x1ec]
call hd_write call hd_write
; cmp [hd_error],0 ; cmp [hd_error],0
; jne add_not_fs ; jne add_not_fs