Zebediah Figura : msvfw32: Fix a debug trace.

Alexandre Julliard julliard at winehq.org
Fri Apr 3 14:55:39 CDT 2020


Module: wine
Branch: master
Commit: b5a19fd1b670dcdcb6ff5c95abe4ad8d7d49fafd
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b5a19fd1b670dcdcb6ff5c95abe4ad8d7d49fafd

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Thu Apr  2 17:05:59 2020 -0500

msvfw32: Fix a debug trace.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/msvfw32/msvideo_main.c b/dlls/msvfw32/msvideo_main.c
index 346dbade43..e3a3300e5a 100644
--- a/dlls/msvfw32/msvideo_main.c
+++ b/dlls/msvfw32/msvideo_main.c
@@ -322,7 +322,7 @@ BOOL VFWAPI ICInfo(DWORD type, DWORD handler, ICINFO *info)
             info->fccType = ret_type;
             info->fccHandler = ret_handler;
             MultiByteToWideChar(CP_ACP, 0, s + 10, -1, info->szDriver, ARRAY_SIZE(info->szDriver));
-            TRACE("Returning codec %s, driver %s.\n", debugstr_an(s, 8), debugstr_a(s + 10));
+            TRACE("Returning codec %s, driver %s.\n", debugstr_an(s, 9), debugstr_a(s + 10));
             return TRUE;
         }
     }




More information about the wine-cvs mailing list