Re: [PATCH v3 0/3] MR1825: kernelbase/path.c: UrlFixupW()
22 Jan
2023
22 Jan
'23
4:27 p.m.
On Sun Dec 18 23:24:34 2022 +0000, Zebediah Figura wrote:
These are constant arrays, so should be "static const WCHAR *const". Also, it seems that one array is the same as the other without the final colon; can we avoid defining two arrays? Yes, it is possible to avoid 2 arrays, that is an additional goal. The first goal for me was to avoid additional computation (string manipulation), but i will adjust.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1825#note_21339
1062
Age (days ago)
1062
Last active (days ago)
0 comments
1 participants
participants (1)
-
Thomas Csovcsity (@thc13)