I think I sent a message about this last night, but apparently it was lost (I didn't receive a copy).
In i18n.c, there are at least two string literals not followed by a comma. Last night, I made a nice patch to fix this, but I don't have a copy of the code in front of me right now. Search for the regular expression "$ to find the two offending lines.
I noticed one of the string by pressing Schedule 0 0 on the RCU. The OSD title would be in Polish, although I have selected Finnish as the OSD language. The culprit is the Italian string that would be fused with the "",//TODO on the following line because of the missing comma.
Marko
Marko Mäkelä wrote:
I think I sent a message about this last night, but apparently it was lost (I didn't receive a copy).
In i18n.c, there are at least two string literals not followed by a comma. Last night, I made a nice patch to fix this, but I don't have a copy of the code in front of me right now. Search for the regular expression "$ to find the two offending lines.
I noticed one of the string by pressing Schedule 0 0 on the RCU. The OSD title would be in Polish, although I have selected Finnish as the OSD language. The culprit is the Italian string that would be fused with the "",//TODO on the following line because of the missing comma.
I did receive your message. The fix will be in the next maintenance release.
Klaus
On Tue, May 02, 2006 at 10:09:13AM +0200, Klaus Schmidinger wrote:
Marko Mäkelä wrote:
I think I sent a message about this last night, but apparently it was lost (I didn't receive a copy).
[...]
I did receive your message.
Me too, but it was delayed 13.5 hours:
Received: from smtp-1.hut.fi ([130.233.228.91]) by localhost (katosiko.hut.fi [130.233.228.115]) (amavisd-new, port 10024) with LMTP id 26220-05-9; Tue, 02 May 2006 13:15:51 +0300 (EEST) Received: from www.linuxtv.org (www.linuxtv.org [212.227.166.180]) by smtp-1.hut.fi (8.13.6/8.12.10) with ESMTP id k41Kfsf6017112; Mon, 01 May 2006 23:41:54 +0300
Sorry, I was just being too impatient. :-)
Marko