Alexandre Julliard : oleaut32: Fixed compiler warning.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jul 27 05:42:30 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 06fbe6012ffee4d256e58ef35490c8fac79e7b1d
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=06fbe6012ffee4d256e58ef35490c8fac79e7b1d

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jul 27 12:03:33 2006 +0200

oleaut32: Fixed compiler warning.

---

 dlls/oleaut32/olefont.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/oleaut32/olefont.c b/dlls/oleaut32/olefont.c
index af18428..87848c6 100644
--- a/dlls/oleaut32/olefont.c
+++ b/dlls/oleaut32/olefont.c
@@ -1427,7 +1427,7 @@ static HRESULT WINAPI OLEFontImpl_Invoke
     }
     if (pDispParams->cArgs != 1)
     {
-      ERR("param count for DISPATCH_PROPERTYPUT was %ld instead of 1\n", pDispParams->cArgs);
+      ERR("param count for DISPATCH_PROPERTYPUT was %d instead of 1\n", pDispParams->cArgs);
       return DISP_E_BADPARAMCOUNT;
     }
   }




More information about the wine-cvs mailing list