From afab73e955f855ea751613d89d411320b438667b Mon Sep 17 00:00:00 2001 From: CleverMouse Date: Mon, 10 Jun 2013 11:00:38 +0000 Subject: [PATCH] fix sysfn 70.4 with new size = current size git-svn-id: svn://kolibrios.org@3631 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/fs/fat32.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/trunk/fs/fat32.inc b/kernel/trunk/fs/fat32.inc index 11c2b1159a..f4f4624daf 100644 --- a/kernel/trunk/fs/fat32.inc +++ b/kernel/trunk/fs/fat32.inc @@ -2441,7 +2441,6 @@ fat_SetFileEnd: pop eax lea ebx, [ebp+FAT.buffer] call fs_write32_sys - pop edi test eax, eax jz @f push ERROR_DEVICE