forked from KolibriOS/kolibrios
ext2. return correct date/time
git-svn-id: svn://kolibrios.org@1400 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user