mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-03 22:01:55 +03:00
kolibri-libc:
Fixed fseek return git-svn-id: svn://kolibrios.org@8790 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b57726e4bc
commit
a834601c69
@ -14,4 +14,5 @@ int fseek(FILE *stream, long int offset, int whence) {
|
||||
stream->position = info.size + offset;
|
||||
}
|
||||
stream->eof = 0;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user