86f051b9af
Piotr Najman has provided a path that fixed bug in internationalisation. Translation for polish added.
13 lines
301 B
Text
13 lines
301 B
Text
$NetBSD: patch-ac,v 1.3 2003/07/30 14:05:27 wiz Exp $
|
|
|
|
--- gperiodic.c.orig Fri Jul 25 09:15:29 2003
|
|
+++ gperiodic.c
|
|
@@ -414,7 +414,7 @@ void main_prog(void)
|
|
|
|
|
|
int main(int argc, char** argv) {
|
|
- char ch;
|
|
+ int ch;
|
|
|
|
textdomain (PACKAGE);
|
|
bindtextdomain(PACKAGE, GPERIODIC_LOCALE_DIR);
|