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

Fixed typo in async_cp().

Rev: lib/modules/Stdio.pmod/module.pmod:1.67
parent 2820c48c
No related branches found
No related tags found
No related merge requests found
// $Id: module.pmod,v 1.66 1999/10/14 21:37:30 grubba Exp $
// $Id: module.pmod,v 1.67 1999/10/15 16:24:44 grubba Exp $
import String;
......@@ -771,7 +771,7 @@ void async_cp(string from, string to,
call_out(cb, 0, 0, @args);
return;
}
sendfile(0, from_file, 0, -1, 0, to, call_cp_cb, cb, @args);
sendfile(0, from_file, 0, -1, 0, to_file, call_cp_cb, cb, @args);
}
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment