bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] fix for gl.po file when building from CVS


From: Art Haas
Subject: [PATCH] fix for gl.po file when building from CVS
Date: Fri, 4 Oct 2002 15:44:38 -0500
User-agent: Mutt/1.4i

Hi.

My CVS builds were getting tripped up by this one translation file. The
problem is on this set of lines gl.po ...

#: job.c:404
#, c-format
msgid "Got a SIGCHLD; %u unreaped children.\n"
msgstr "Recibiuse un sinal SIGCHLD; %d procesos fillos non colleitados.\n"

The 'msgid' line uses "%u", and the msgstr line uses "%d". This caused
my builds difficulty. The fix is to simply change the "%d" to "%u".

I've got 3.80, built it, and it passed all the tests. 

Art Haas

-- 
They that can give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety.
 -- Benjamin Franklin, Historical Review of Pennsylvania, 1759




reply via email to

[Prev in Thread] Current Thread [Next in Thread]