diff --git a/src/modules/files/file.c b/src/modules/files/file.c index 05c0da8d29640d7592bc4b06da9090bbae02bb32..c0ef0d3f565b1280e5951ccc876c2ce24dbaa0e8 100644 --- a/src/modules/files/file.c +++ b/src/modules/files/file.c @@ -5,7 +5,7 @@ \*/ #include "global.h" -RCSID("$Id: file.c,v 1.102 1998/05/22 11:49:29 grubba Exp $"); +RCSID("$Id: file.c,v 1.103 1998/05/27 20:55:35 grubba Exp $"); #include "fdlib.h" #include "interpret.h" #include "svalue.h" @@ -713,7 +713,7 @@ static void PIKE_CONCAT(file_,X) (int fd, void *data) \ static void PIKE_CONCAT(file_set_,X) (INT32 args) \ { \ if(!args) \ - error("Too few arguments to %s\n",#X); \ + error("Too few arguments to file_set_%s\n",#X); \ assign_svalue(& THIS->X, sp-args); \ if(IS_ZERO(sp-args)) \ { \