[Git][wine/wine][master] 2 commits: msvcp: Use sizeof(wchar_t) instead of sizeof(char) for basic_string_wchar_replace_cstr_len.
Alexandre Julliard pushed to branch master at wine / wine Commits: 076438fa by Bartosz Kosiorek at 2026-06-15T19:05:12+02:00 msvcp: Use sizeof(wchar_t) instead of sizeof(char) for basic_string_wchar_replace_cstr_len. As function is operating on wchar, we need to use proper size of it. - - - - - 5e5ca9fe by Bartosz Kosiorek at 2026-06-15T19:05:12+02:00 msvcp: Use sizeof(wchar_t) instead of sizeof(char) for basic_string_wchar_replace_ch. - - - - - 1 changed file: - dlls/msvcp60/string.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c54b06a0b68429b54066ae8665ce5d... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c54b06a0b68429b54066ae8665ce5d... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)