Skip to content
Snippets Groups Projects
Commit b44450d8 authored by Jens Piel's avatar Jens Piel Committed by Henrik (Grubba) Grubbström
Browse files

Bugfix in Stdio.sendfile(). Thanks to Jens Piel <piel.j@atlas.de>.

Rev: lib/modules/Stdio.pmod/module.pmod:1.90
parent aa40f41c
Branches
Tags
No related merge requests found
// $Id: module.pmod,v 1.89 2000/09/28 03:39:14 hubbe Exp $
// $Id: module.pmod,v 1.90 2000/10/11 13:23:06 grubba Exp $
#pike __REAL_VERSION__
......@@ -1309,7 +1309,7 @@ static class nb_sendfile
#ifdef SENDFILE_DEBUG
werror("Stdio.sendfile(): NOOP!\n");
#endif /* SENDFILE_DEBUG */
call_out(cb, 0, 0, @args);
call_out(cb, 0, 0, @a);
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment