Hi list,

attached patch fixes mms_resolve_shell.c while formatting command line.

--
Dziugas
Index: mmsc/mms_resolve_shell.c
===================================================================
RCS file: /cvsroot/mbuni/mbuni/mmsc/mms_resolve_shell.c,v
retrieving revision 1.1
diff -u -r1.1 mms_resolve_shell.c
--- mmsc/mms_resolve_shell.c    1 Sep 2005 10:26:36 -0000       1.1
+++ mmsc/mms_resolve_shell.c    27 Mar 2006 08:17:36 -0000
@@ -37,7 +37,7 @@
      if (script == NULL || octstr_len(script) == 0)
          return 0;
      
-     s = octstr_format("%s '%s' ", octstr_get_cstr(phonenum));
+     s = octstr_format("%s '%s' ", octstr_get_cstr(script), 
octstr_get_cstr(phonenum));
      fp = popen(octstr_get_cstr(s), "r");
      octstr_destroy(s);
 
_______________________________________________
Devel mailing list
Devel@mbuni.org
http://mbuni.org/mailman/listinfo/devel_mbuni.org

Reply via email to