From c010e3e1065401f4f8996e343989665d0eae767f Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Mon, 28 Aug 2000 18:32:00 +0200
Subject: [PATCH] Fixed cut'n'paste bug in an error message.

Rev: src/modules/files/stat.c:1.7
---
 src/modules/files/stat.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/modules/files/stat.c b/src/modules/files/stat.c
index 22590ef189..39bf0b985c 100644
--- a/src/modules/files/stat.c
+++ b/src/modules/files/stat.c
@@ -1,9 +1,9 @@
 /*
- * $Id: stat.c,v 1.6 2000/08/28 16:10:46 grubba Exp $
+ * $Id: stat.c,v 1.7 2000/08/28 16:32:00 mast Exp $
  */
 
 #include "global.h"
-RCSID("$Id: stat.c,v 1.6 2000/08/28 16:10:46 grubba Exp $");
+RCSID("$Id: stat.c,v 1.7 2000/08/28 16:32:00 mast Exp $");
 #include "fdlib.h"
 #include "interpret.h"
 #include "svalue.h"
@@ -397,7 +397,7 @@ static void stat_index(INT32 args)
 static void stat_cast(INT32 args)
 {
    if (!args)
-      SIMPLE_TOO_FEW_ARGS_ERROR("Image.Colortable->cast",1);
+      SIMPLE_TOO_FEW_ARGS_ERROR("Stat cast",1);
    if (sp[-args].type==T_STRING && !sp[-args].u.string->size_shift)
    {
       if (strncmp(sp[-args].u.string->str,"array",5)==0)
-- 
GitLab