mid-call: Do not lose the first word of the message

This commit is contained in:
Holger Hans Peter Freyther 2010-11-22 22:27:39 +01:00
parent cf6f71aa7f
commit 414bc4a1f4
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ DEFUN(cfg_net_msc_mid_call_text,
"Set the USSD notifcation to be send.\n" "Text to be sent\n")
{
struct osmo_msc_data *data = osmo_msc_data(vty);
char *txt = argv_concat(argv, argc, 1);
char *txt = argv_concat(argv, argc, 0);
if (!txt)
return CMD_WARNING;