msi: Remove unneeded cast.

oldstable
Andrew Talbot 2007-12-21 17:05:33 +00:00 committed by Alexandre Julliard
parent edaa0fbc13
commit 15d6436295
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ static DWORD deformat_string_internal(MSIPACKAGE *package, LPCWSTR ptr,
if (value!=NULL)
{
LPBYTE nd2;
TRACE("value %s, chunk %i size %i\n",debugstr_w((LPWSTR)value),
TRACE("value %s, chunk %i size %i\n",debugstr_w(value),
chunk, size);
if (size)
nd2= msi_realloc(newdata,(size + chunk));