[PATCH] qcap/tests: Initialize time to 1 in test_seeking() to avoid test failures.

Gijs Vermeulen gijsvrm at gmail.com
Mon Jul 20 10:59:12 CDT 2020


Signed-off-by: Gijs Vermeulen <gijsvrm at gmail.com>
---
 dlls/qcap/tests/avimux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/qcap/tests/avimux.c b/dlls/qcap/tests/avimux.c
index 572314f8ab..9f0f593afc 100644
--- a/dlls/qcap/tests/avimux.c
+++ b/dlls/qcap/tests/avimux.c
@@ -667,7 +667,7 @@ static void test_enum_media_types(void)
 static void test_seeking(void)
 {
     IBaseFilter *filter = create_avi_mux();
-    LONGLONG time, current, stop;
+    LONGLONG current, stop, time = 1;
     IMediaSeeking *seeking;
     unsigned int i;
     GUID format;
-- 
2.27.0




More information about the wine-devel mailing list