Package: comgt
Version: 0.32-2
Severity: normal
Tags: patch

comgt/command (source: scripts/command) at lines #21..22 strips trailing
\x0A.  Supposedly to replace it with \x0D at line #24.  However, at line
#23 it feeds device with unaffected user input.  Thus, device sees it
this way:

        <user-input>\x0A\x0D

Both my modems silently ignore that mess.  Please apply.

-- 
Torvalds' goal for Linux is very simple: World Domination
Stallman's goal for GNU is even simpler: Freedom
--- comgt/backup	2009-10-10 22:21:16.000000000 +0300
+++ comgt/command	2013-09-09 20:21:46.000000000 +0300
@@ -20,7 +20,7 @@
     if c=1 goto end
     let c=c-1
     let $c=$left($x,c)
-    send $x
+    send $c
     send "^m"
     :loop2
         print $a

Reply via email to