[PATCH 1/4] msvcp90: Added basic_string<char>::append(size_t, char) implementation.

Vincas Miliūnas vincas.miliunas at gmail.com
Mon Apr 18 16:53:41 CDT 2011


One of the methods for http://bugs.winehq.org/show_bug.cgi?id=24927

My remark: (The method is implemented by reusing existing code) this->size+count<this->size is the same as count < 0 and throwing a "string too long" exception in that case is not semantic.

---
 dlls/msvcp80/msvcp80.spec |    4 ++--
 dlls/msvcp90/msvcp90.spec |    4 ++--
 dlls/msvcp90/string.c     |   19 +++++++++++++++++++
 3 files changed, 23 insertions(+), 4 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-msvcp90-Added-basic_string-char-append-size_t-char-i.patch
Type: text/x-patch
Size: 6735 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110419/b85da0e4/attachment-0001.bin>


More information about the wine-patches mailing list