File subsystem: fixed error in function 70.5 for CD

Window subsystem: now when window coordinates are changed,
                  client area is changed too

git-svn-id: svn://kolibrios.org@150 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond)
2006-09-18 12:23:52 +00:00
parent 94b3a5b74e
commit 18c3550908
4 changed files with 31 additions and 28 deletions

View File

@@ -474,7 +474,6 @@ fs_CdGetFileInfo:
mov edi, edx
call cd_get_parameters_of_file_1
and dword [edi+4], 0
pop ebp
pop ebp edi
xor eax, eax
ret