[1/3] oledb32: Improve fixme in GetConversionSize

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Tue Apr 16 05:20:54 CDT 2013


Hi,


Changelog:
     oledb32: Improve fixme in GetConversionSize


Best Regards
  Alistair Leslie-Hughes
-------------- next part --------------
>From ff411378166b795a662a3d965c87af04cfe88acb Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date: Tue, 16 Apr 2013 09:28:04 +1000
Subject: [PATCH] Improvement fixme in GetConversionSize
To: wine-patches <wine-patches at winehq.org>

---
 dlls/oledb32/convert.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/oledb32/convert.c b/dlls/oledb32/convert.c
index f4002fb..1cce07a 100644
--- a/dlls/oledb32/convert.c
+++ b/dlls/oledb32/convert.c
@@ -1074,7 +1074,7 @@ static HRESULT WINAPI convert_GetConversionSize(IDataConvert* iface,
     }
     break;
     default:
-        FIXME("unimplemented for destination type %d\n", dst_type);
+        FIXME("unimplemented for conversion %d->%d\n", src_type, dst_type);
         return E_NOTIMPL;
     }
 
-- 
1.7.10.4



More information about the wine-patches mailing list