1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix ubuntu14 build warnings

This commit is contained in:
winlin 2014-06-29 00:09:55 +08:00
parent 594c1d8bf7
commit aad42d7941
8 changed files with 12 additions and 6 deletions

View file

@ -67,7 +67,7 @@ int main(int argc, char** argv)
" timeout how long to timeout, in seconds, system time.\n"
"For example:\n"
" %s rtmp://127.0.0.1:1935/live/livestream 3 10\n",
argv[0]);
argv[0], argv[0]);
ret = 1;
exit(ret);
return ret;