ext2. return correct date/time

git-svn-id: svn://kolibrios.org@1400 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
turbanoff
2010-02-09 14:17:26 +00:00
parent 8ed4fad765
commit 1ddcc97e9d
2 changed files with 93 additions and 56 deletions

View File

@@ -1640,7 +1640,8 @@ ntfs_datetime_to_bdfe:
div [_10000000]
xchg eax, [esp]
div [_10000000]
pop edx
pop edx
.sec:
; edx:eax = number of seconds since January 1, 1601
push eax
mov eax, edx
@@ -1812,4 +1813,5 @@ ntfs_HdGetFileInfo:
call ntfs_direntry_to_bdfe
pop edi esi
xor eax, eax
ret
ret