From 5b71e91e5ea29ae7257fa20df4c347cc654b2d6e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Thu, 8 Jan 1998 03:54:29 +0100
Subject: [PATCH] *** empty log message ***

Rev: lib/modules/Protocols.pmod/X.pmod/my_struct.pmod:1.4
---
 lib/modules/Protocols.pmod/X.pmod/my_struct.pmod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/modules/Protocols.pmod/X.pmod/my_struct.pmod b/lib/modules/Protocols.pmod/X.pmod/my_struct.pmod
index 4d58607461..012356f09b 100644
--- a/lib/modules/Protocols.pmod/X.pmod/my_struct.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/my_struct.pmod
@@ -46,7 +46,7 @@ class struct {
   void put_var_string(string s, int len)
   {
     if ( (len <= 3) && (strlen(s) >= ({ -1, 0x100, 0x10000, 0x1000000 })[len] ))
-      error("ADT.struct->put_var_String: Field overflow.\n");
+      error("ADT.struct->put_var_string: Field overflow.\n");
     put_uint(strlen(s), len);
     add_data(s);
   }
-- 
GitLab