From 33371396ad63d2539a67763e3f478c3517df0389 Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Tue, 16 Dec 2003 13:35:12 +0000 Subject: [PATCH] * modules/gui/wxwindows/open.cpp: compilation fix. --- modules/gui/wxwindows/open.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gui/wxwindows/open.cpp b/modules/gui/wxwindows/open.cpp index 2f29d3afd8..7da86db0e2 100644 --- a/modules/gui/wxwindows/open.cpp +++ b/modules/gui/wxwindows/open.cpp @@ -2,7 +2,7 @@ * open.cpp : wxWindows plugin for vlc ***************************************************************************** * Copyright (C) 2000, 2001, 2003 VideoLAN - * $Id: open.cpp,v 1.57 2003/12/16 09:14:22 courmisch Exp $ + * $Id: open.cpp,v 1.58 2003/12/16 13:35:12 gbazin Exp $ * * Authors: Gildas Bazin * @@ -804,7 +804,7 @@ void OpenDialog::UpdateMRL( int i_access_method ) case 3: /* RTSP access */ - if( net_addrs[3]->GetLineText(0).Find("rtsp://") != 0 ) + if( net_addrs[3]->GetLineText(0).Find(wxT("rtsp://")) != 0 ) { mrltemp = wxT("rtsp") + demux + wxT("://"); } -- 2.39.2