pike.git/
src/
post_modules/
Nettle/
hash.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2013-06-09
2013-06-09 00:26:25 by Martin Nilsson <nilsson@opera.com>
0e235b9df7e96e285f97a92198244dcb95ded972 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
This should be apply, not safe_apply.
188:
if (!is_stdio_file(in)) Pike_error("Object not Fd or Fd_ref, or subclass.\n");
-
safe_
apply(in, "query_fd", 0);
+
apply(in, "query_fd", 0);
fd = Pike_sp[-1].u.integer; pop_stack();