mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 03:50:21 +02:00
* little mistyping in SetFileSize
This commit is contained in:
parent
e714b0e188
commit
3f72e6ea7d
@ -137,13 +137,16 @@ asm
|
||||
call syscall
|
||||
movl $0, %eax
|
||||
jnc .LSetFSize1
|
||||
dec eax
|
||||
decl %eax
|
||||
.LSetFSize1:
|
||||
end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.7 2000-06-06 17:10:36 hajny
|
||||
Revision 1.8 2000-06-12 17:26:29 hajny
|
||||
* little mistyping in SetFileSize
|
||||
|
||||
Revision 1.7 2000/06/06 17:10:36 hajny
|
||||
* moving file ptr to the end in SetFileSize
|
||||
|
||||
Revision 1.6 2000/06/05 18:55:54 hajny
|
||||
|
Loading…
Reference in New Issue
Block a user