From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 21 21:36:23 2007 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56B7416A404 for ; Wed, 21 Mar 2007 21:36:23 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao105.cox.net (eastrmmtao105.cox.net [68.230.240.47]) by mx1.freebsd.org (Postfix) with ESMTP id A9E1B13C484 for ; Wed, 21 Mar 2007 21:36:20 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao105.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070321213618.BFCO16421.eastrmmtao105.cox.net@eastrmimpo01.cox.net>; Wed, 21 Mar 2007 17:36:18 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id dZcK1W0014iy4EG0000000; Wed, 21 Mar 2007 17:36:19 -0400 Date: Wed, 21 Mar 2007 16:38:14 -0500 To: "Takeharu KATO" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <46015905.8040608@ybb.ne.jp> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <46015905.8040608@ybb.ne.jp> User-Agent: Opera Mail/9.10 (Linux) Cc: gnome@freebsd.org, Norikatsu Shigemura , ume@freebsd.org Subject: Re: xchat ja.po catalog file fix X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2007 21:36:23 -0000 On Wed, 21 Mar 2007 11:10:45 -0500, Takeharu KATO wrote: > Hi > > I found a bug in catalog file(ja.po) in xchat. > I can not figure out original author of the software, so > I post the patch to fix the problem to gnome@freebsd.org. > > Would you apply the patch. http://www.xchat.org/files/source/2.8/patches/ It has same patch as your, so I took from there and committed it. Thanks for report and submit a patch. Next time, please use PR that way we don't lose your patch. Cheers, Mezz > The problem is that when xchat is invoked, the program detect > message format error and make it crash due to invalid format of > message on japanese environments. > > This problem is caused by message line as followed. > -- > msgstr "%C28-%C29$1/Wallops%C28-%O$t$" > -- > $ character at the end of this line should specify variable number, > but this line is lack of valid variable number, so this > message line is handled as critical error by xchat. > > According to corresponded msgid, the problem may be fixed by using the > catalog as followed: > -- > msgstr "%C28-%C29$1/Wallops%C28-%O$t$2" > -- > > -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org