comctl32/toolbar: When a null lParam is passed to TB_GETBUTTONTEXTA, we should not...
commit585c3abb6b9ab2ab558e6c963e7fb0cbf339ede2
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 7 May 2009 09:13:16 +0000 (7 11:13 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 7 May 2009 13:15:07 +0000 (7 15:15 +0200)
treee8ea45b701d7bda0961dcea16efdfc3aba19c188
parentfcc9b57c7aee38fa9d47ed55b7e274188cdb76f5
comctl32/toolbar: When a null lParam is passed to TB_GETBUTTONTEXTA, we should not return -1 but the string size.
dlls/comctl32/toolbar.c