mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-07 20:06:01 +00:00
small fix (strtok_r and string literal)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user