small fix (strtok_r and string literal)

This commit is contained in:
Martin Pulec
2012-10-05 16:43:18 +02:00
parent 6ab631f8ed
commit 4c1f344d7e

View File

@@ -1193,7 +1193,7 @@ int main(int argc, char *argv[])
break;
case OPT_IMPORT:
uv->requested_capture = "import";
audio_send = "embedded";
audio_send = strdup("embedded");
capture_cfg = optarg;
break;
default: