https://sourceware.org/bugzilla/show_bug.cgi?id=26865
--- Comment #3 from katayama.hirofumi.mz at gmail dot com ---
Not fixed yet. Compilation error.
resrc.c: In function 'filename_need_quotes':
resrc.c:368:9: error: duplicate case value
368 | case ' ':
| ^~~~
resrc.c:363:9: note: previously used here
363 | case ' ':
switch (*filename)
{
case '&':
case ' ': // this
case '<':
case '>':
case '|':
case '%':
case ' ': // and this
return 1;
}
--
You are receiving this mail because:
You are on the CC list for the bug.