From 0e964c7278e12c9358b4e70ef1f4d0d3340c3305 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Tue, 26 Jul 2011 21:05:53 +0100 Subject: [PATCH] include SWI patch. --- packages/PLStream/windows/uxnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/PLStream/windows/uxnt.c b/packages/PLStream/windows/uxnt.c index 27f878d6a..752fb124d 100755 --- a/packages/PLStream/windows/uxnt.c +++ b/packages/PLStream/windows/uxnt.c @@ -516,7 +516,7 @@ are in UTF-8 encoding! char * _xos_limited_os_filename(const char *spec, char *limited) -{ const unsigned char *i = (const unsigned char*)spec; +{ const char *i = spec; char *o = limited; while(*i)