[Bug 36859] Don't Starve 2.4.0 does not start: Missing Shader 'shaders/font.ksh'.

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Dec 10 05:25:42 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=36859

--- Comment #14 from panzerito <el.panzerito at gmail.com> ---
wine-1.7.49$ diff dlls/kernel32/path.c  dlls/kernel32/path.c.orig 
336c336
<             if (!lp || (tmplongpath[lp-1] != '\\' && tmplongpath[lp-1] !=
'/'))
---
>             if (!lp || tmplongpath[lp-1] != '\\')
338,339c338,339
<                 /* strip double delimiters */
<                 tmplongpath[lp++] = shortpath[sp];
---
>                 /* strip double "\\" */
>                 tmplongpath[lp++] = '\\';

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list