2006/7/20, John Hasler <[EMAIL PROTECTED]>:
I've removed the putatively spurious '-' from the current translation as
described in the bug report and modeminit now functions properly.  I'll
leave the bug open because I don't understand why this happened.

Hello.

Workaround. At first glance the problem is solved.
Russian translation this -- is worked :)

But I dont understand the comlete usage this function (perl is not my language).
and think, that the function must be rewriten.

--- /usr/sbin/pppconfig 2006-07-20 21:09:01.000000000 +0400
+++ pppconfig   2006-07-20 21:52:41.000000000 +0400
@@ -150,7 +150,7 @@
# On option is allowed, and must follow the type.  Pull the type
# and the option out of @vars and put them in @options in the correct order.
    @options=(shift(@vars));
-    unshift @options, (shift @vars) if $vars[0] =~/--/;
+    unshift @options, (shift @vars) if $vars[0] =~/^--/;
    $text=shift( @vars );
    $title=shift( @vars ) if( $#vars >= 0 );
    @uilist = ($ui, "--title", $title, "--backtitle", $backtitle,
@options, "--", $text, "22", "80", @vars);


--
Regards,
Yuri Kozlov


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to