[MPlayer-dev-eng] [PATCH] Refreshed OS/2 Patches
Luca Barbato
lu_zero at gentoo.org
Tue Jul 17 10:10:35 CEST 2007
KO Myung-Hun wrote:
> Hi/2.
>
> I've attach refreshed OS/2 patches expecting to accept.
split them in smaller ones.
just noticed in the large patch:
>--- subreader.c (revision 23794)
>+++ subreader.c (working copy)
>@@ -1839,8 +1839,9 @@
> subcnt = 0;
>
> tmp = strrchr(fname,'/');
>-#ifdef WIN32
>+#if defined(WIN32) || defined(__OS2__)
> if(!tmp)tmp = strrchr(fname,'\\');
>+ if(!tmp)tmp = strrchr(fname,':');
> #endif
>
> // extract filename & dirname from fname
':' ??
lu
--
Luca Barbato
Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero
More information about the MPlayer-dev-eng
mailing list