1 Nov
2015
1 Nov
'15
8:55 a.m.
Den 1 nov 2015 09:36 skrev "Pierre Neidhardt" <ambrevar@gmail.com>:
There is a much simpler fix:
- static const wchar_t *title_suffix = L" :"; - static const wchar_t title_suffix[] = L" :";
I'll commit the patch right row.
-- Pierre Neidhardt
To communicate is the beginning of understanding. -- AT&T
That's simpler. :) Can you check if clang is happy with the fix? The reason I found it in the first place was a clang warning. I don't have a computer nearby to test it on myself at the moment. /Rikard