Module: wine Branch: master Commit: 8b7b67712fc399239ba29217205926a41d02bc63 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8b7b67712fc399239ba2921720...
Author: Huw Davies huw@codeweavers.com Date: Fri May 29 16:51:22 2009 +0100
ole32: Rename a parameter to better reflect its use.
---
dlls/ole32/storage32.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dlls/ole32/storage32.c b/dlls/ole32/storage32.c index 9266bb7..91f1f36 100644 --- a/dlls/ole32/storage32.c +++ b/dlls/ole32/storage32.c @@ -2395,7 +2395,7 @@ static HRESULT StorageImpl_Construct( ILockBytes* pLkbyt, DWORD openFlags, BOOL fileBased, - BOOL fileCreate) + BOOL create) { HRESULT hr = S_OK; StgProperty currentProperty; @@ -2457,7 +2457,7 @@ static HRESULT StorageImpl_Construct( if (This->bigBlockFile == 0) return E_FAIL;
- if (fileCreate) + if (create) { ULARGE_INTEGER size; BYTE bigBlockBuffer[BIG_BLOCK_SIZE]; @@ -2538,7 +2538,7 @@ static HRESULT StorageImpl_Construct( /* * Write the root property (memory only) */ - if (fileCreate) + if (create) { StgProperty rootProp; /*