Package: scmxx
Version: 0.9.0-2.1pmhahn0
Severity: normal

Symptom:
If one specifies the baud-rate in ~/.scmxx/config, it is ignored.

Cause:
In src/options/configfile.c:166 the memory-location containing the
generated "--baud=XXX" string is invalidated.

Fix:
--- scmxx-0.9.0.orig/src/scmxx/scmxx_opt.c
+++ scmxx-0.9.0/src/scmxx/scmxx_opt.c
@@ -82,7 +82,7 @@
 
   switch (short_opt) {
   case 'b': //--baud
-    args.port.baud = argument;
+    args.port.baud = str_dup(argument);
     break;
   case 'd': //--device
     args.port.device = str_dup(argument);


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (989, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.27.6 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages scmxx depends on:
ii  libbluetooth2                 3.36-1     Library to use the BlueZ Linux Blu
ii  libc6                         2.7-16     GNU C Library: Shared libraries

scmxx recommends no packages.

Versions of packages scmxx suggests:
ii  obexftp [flexmem]             0.19-7     file transfer utility for devices 

-- no debconf information



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

Reply via email to