- Stop using a not initialized variable szTemp in
commit8feb70aa0169157f56bf45b3eabfdc2d25ad688e
authorDmitry Timoshkov <dmitry@codeweavers.com>
Thu, 8 Sep 2005 18:54:03 +0000 (8 18:54 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 8 Sep 2005 18:54:03 +0000 (8 18:54 +0000)
tree56c840784d4a1d3eadffeef97f66607fcde52018
parent7873573738322f27b2d02d75bde8e4a3aeb6e33e
- 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.
dlls/shell32/debughlp.c