Skip to content
Snippets Groups Projects
Commit 76940238 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix

Rev: lib/modules/Stdio.pmod:1.18
parent feaa7eca
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ class File
mixed query_close_callback() { return ___close_callback; }
mixed set_close_callback(mixed c) { ___close_callback=c; }
void set_id(mixed i) { ___id=i; }
void query_id() { return ___id; }
mixed query_id() { return ___id; }
void set_nonblocking(mixed|void rcb,
mixed|void wcb,
......
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