Re: [PATCH v3 0/2] MR9975: where: Add quiet mode.
28 Jan
2026
28 Jan
'26
8:04 a.m.
eric pouech (@epo) commented about programs/where/main.c:
} else if (argv[i][0] == '/') { - FIXME("Unsupported option %ls len %lld\n", argv[i], (long long)wcslen(argv[i])); + FIXME("Unsupported option %ls\n", argv[i]);
that should be rebased into previous patch. note also that you'd rather use wine_dbgstr_w(argv\[i\]) as argument, to prevent too long strings from overflowing FIXME internal buffer -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9975#note_128268
35
Age (days ago)
35
Last active (days ago)
0 comments
1 participants
participants (1)
-
eric pouech (@epo)