Skip to content
Snippets Groups Projects
Commit 2c2464a6 authored by Yang Tse's avatar Yang Tse
Browse files

fix compiler warning
parent 880452d2
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ int test(char *URL)
{
int res;
CURL *curl;
char *stream_uri;
char *stream_uri = NULL;
char *rtsp_session_id;
int request=1;
int i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment