ChangeSet ID: 20082 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/08 13:54:03
Modified files: dlls/shell32 : debughlp.c
Log message: Dmitry Timoshkov dmitry@codeweavers.com - Stop using a not initialized variable szTemp in _dbg_ILSimpleGetText, make _dbg_ILSimpleGetText return no value since nobody is using it. - Stop dereferencing a possible NULL in pdump since _dbg_ILGetDataPointer can potentially return NULL (for instance for root or desktop pidl). - Make shdebugstr_guid use standard wine_dbg_sprintf instead of the handmade solution.
Patch: http://cvs.winehq.org/patch.py?id=20082
Old revision New revision Changes Path 1.24 1.25 +10 -24 wine/dlls/shell32/debughlp.c