ossp-pkg/eperl/eperl_sys.c 1.6 -> 1.7
--- eperl_sys.c 2000/07/03 09:05:26 1.6
+++ eperl_sys.c 2000/07/03 09:34:23 1.7
@@ -268,7 +268,7 @@
if (stringEQ(filename, "-")) {
/* file is given on stdin */
ptr_tmpfile = mytmpfile("ePerl.source");
- stcpy(tmpfile, ptr_tmpfile);
+ strcpy(tmpfile, ptr_tmpfile);
if ((fp = fopen(tmpfile, "w")) == NULL) {
ePerl_SetError("Cannot open temporary source file %s for writing", tmpfile);
CU(NULL);
|
|