From fbfda31d09cab292153aef136e9e41d48067e7be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Wed, 27 May 1998 22:55:35 +0200
Subject: [PATCH] Fixed minor typo.

Rev: src/modules/files/file.c:1.103
---
 src/modules/files/file.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/files/file.c b/src/modules/files/file.c
index 05c0da8d29..c0ef0d3f56 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))						\
   {								\
-- 
GitLab