Skip to content
Snippets Groups Projects
Commit 4a41eaf1 authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Fixed FILE::tell().

Rev: lib/modules/Stdio.pmod:1.8
parent 07996fca
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ class FILE {
int tell()
{
return bpos;
return file::tell()-sizeof(b)+bpos;
}
int close(void|string mode)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment