1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00

Should be the same for Windows.

This commit is contained in:
Fellippe Heitor 2021-01-27 22:19:32 -03:00
parent e273baa0dd
commit 4824f9c67b

View file

@ -23355,6 +23355,10 @@ void sub_put2(int32 i,int64 offset,void *element,int32 passed){
}
}
f->pos=position;
if (f->pos<=gfs_lof(i)){
f->eof_passed=0;
f->eof_reached=0;
}
return 0;
#endif