From fcb96bb26f151f0788dc8e5ff308c9a4892fffce Mon Sep 17 00:00:00 2001 From: Andre Pang Date: Wed, 26 May 2004 02:23:10 +0000 Subject: [PATCH] * cmml: fix for loading non-file:// URLs on win32 --- modules/codec/cmml/xurl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/codec/cmml/xurl.c b/modules/codec/cmml/xurl.c index f43c99e8d4..146802edc7 100644 --- a/modules/codec/cmml/xurl.c +++ b/modules/codec/cmml/xurl.c @@ -434,11 +434,7 @@ char *XURL_GetHead( const char *psz_path ) } /* append a trailing / */ -#ifdef XURL_WIN32_PATHING - streallocat( psz_path_head, "\\" ); -#else streallocat( psz_path_head, "/" ); -#endif return psz_path_head; } -- 2.39.5