Actually no need to pass the NULL either...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30576 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2009-05-02 17:23:54 +00:00
parent c1f949908a
commit 5db3b6c9b3

View File

@ -540,8 +540,7 @@ void UrlWrapperApp::ArgvReceived(int32 argc, char **argv)
#ifdef HANDLE_VLC #ifdef HANDLE_VLC
if (u.proto == "mms" || u.proto == "rtp" || u.proto == "rtsp") { if (u.proto == "mms" || u.proto == "rtp" || u.proto == "rtsp") {
args[0] = (char *)u.String(); args[0] = (char *)u.String();
args[1] = NULL; be_roster->Launch(kVLCSig, 1, args);
be_roster->Launch(kVLCSig, 2, args);
return; return;
} }
#endif #endif