ole32: Fix a typo in PropertyStorage_WritePropertyToStream that caused the wrong...
authorRob Shearman <robertshearman@gmail.com>
Tue, 24 Nov 2009 14:05:06 +0000 (14:05 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Nov 2009 14:54:41 +0000 (15:54 +0100)
commit4b1d527b15dc2781feade1378bdce59377b54d11
treeb6fa208649a1b1f54ce62567cb5f0651871341b6
parent2feb43f57301ebbee7929a82ebf69a3c7df5e49e
ole32: Fix a typo in PropertyStorage_WritePropertyToStream that caused the wrong data to be written to the stream.

The field pClipData is a pointer to the data to be written, not the start of it.
dlls/ole32/stg_prop.c