Changes between Initial Version and Version 1 of Ticket #22339, comment 3
- Timestamp:
- 03/18/2025 12:34:08 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22339, comment 3
initial v1 15 15 }}} 16 16 17 however, there's one in the 17 however, there's one in the `clipboard-common.cpp` too: 18 18 {{{#!cpp 19 19 /** … … 33 33 }}} 34 34 35 Now, I bet this is why I didn't even bother to look at the .h for these functions(in my patch) in the first place, I didn't think there's be anything new there, yet here's 2 docs for the same function that mentions only in the .hthat the returned size doesn't include the terminator.35 Now, I bet this is why I didn't even bother to look at the .h for these functions(in my patch) in the first place, I didn't think there's be anything new there, yet here's 2 docs for the same function but only the doc in the .h file mentions that the returned size doesn't include the terminator. 36 36 37 37 So the patch is bad for this second function too. 38 38 39 No problem, I'll find the relevant caller to +1 ... and sorry for the mistakes, obviously! Will try to update the patch next.39 No problem, I'll find the relevant caller(`vbConvertLatin1ToUtf16`) to +1 ... and sorry for the mistakes, obviously! Will try to update the patch next.

