From 90620642df2e1a3a4a970026b4f4057b76b7ab3e Mon Sep 17 00:00:00 2001 From: form Date: Mon, 28 May 2001 06:15:50 +0000 Subject: [PATCH] Fix birthdate printing... --- net/micq/patches/patch-src_icq_response_c | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/net/micq/patches/patch-src_icq_response_c b/net/micq/patches/patch-src_icq_response_c index 8be2cfe3623..5203d0bf9e7 100644 --- a/net/micq/patches/patch-src_icq_response_c +++ b/net/micq/patches/patch-src_icq_response_c @@ -1,6 +1,17 @@ -$OpenBSD: patch-src_icq_response_c,v 1.1 2001/05/26 05:13:47 form Exp $ ---- src/icq_response.c.orig Sat May 26 11:20:57 2001 -+++ src/icq_response.c Sat May 26 11:21:14 2001 +$OpenBSD: patch-src_icq_response_c,v 1.2 2001/05/28 06:15:50 form Exp $ +--- src/icq_response.c.orig Thu Apr 19 05:38:54 2001 ++++ src/icq_response.c Mon May 28 13:12:51 2001 +@@ -278,8 +278,8 @@ void Meta_User (SOK_T sok, UBYTE * data, + newline = ""; + if ((*(data + 1) > 0) && (*(data + 1) <= 12)) + { +- M_print ("%s%02d.%s. %4d \t", i18n (532, "Born : "), +- *(data + 2), i18n (-1, TableGetMonth (*(data + 1))), *(data) + 1900); ++ M_print ("%s%02d.%s.%4d \t", i18n (532, "Born : "), ++ *(data + 2), TableGetMonth (*(data + 1)), *(data) + 1900); + newline = "\n"; + } + data += 3; @@ -509,7 +509,7 @@ void User_Offline (int sok, UBYTE * pak) Time_Stamp (); M_print (" ");