forked from KolibriOS/kolibrios
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:
parent
07eee4adec
commit
01247f1a05
@ -676,8 +676,8 @@ add_disk_free_space:
|
||||
jne add_not_fs
|
||||
|
||||
add [ebx+0x1e8],ecx
|
||||
mov eax,[fatStartScan]
|
||||
mov [ebx+0x1ec],eax
|
||||
push [fatStartScan]
|
||||
pop dword [ebx+0x1ec]
|
||||
call hd_write
|
||||
; cmp [hd_error],0
|
||||
; jne add_not_fs
|
||||
|
Loading…
Reference in New Issue
Block a user