From 0ceb6f6445d61e1294085d5fdab7d289b434b25e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Thu, 31 Jul 2008 13:06:39 +0200
Subject: [PATCH] Fixed typo.

Rev: src/encode.c:1.285
---
 src/encode.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/encode.c b/src/encode.c
index 3ab6097f81..fba50c0363 100644
--- a/src/encode.c
+++ b/src/encode.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: encode.c,v 1.284 2008/07/31 10:29:56 grubba Exp $
+|| $Id: encode.c,v 1.285 2008/07/31 11:06:39 grubba Exp $
 */
 
 #include "global.h"
@@ -2495,7 +2495,7 @@ static DECLSPEC(noreturn) void decode_error (struct svalue *decoding,
   }
   push_text (buf); n++;
   if (other) {
-    push_constant_text ("%O (%t)\n");
+    push_constant_text ("%O (%s)\n");
     push_svalue (other);
     push_text(get_name_of_type(other->type));
     f_sprintf (3); n++;
-- 
GitLab