vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sun Apr 14 
09:29:14 2019 +0300| [b6194ee686139f9ce9d0d63d03b3f4d6e949841a] | committer: 
Rémi Denis-Courmont

vlm: fix warning

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b6194ee686139f9ce9d0d63d03b3f4d6e949841a
---

 src/input/vlm_internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/input/vlm_internal.h b/src/input/vlm_internal.h
index 205d80c423..e5bcb1e273 100644
--- a/src/input/vlm_internal.h
+++ b/src/input/vlm_internal.h
@@ -74,7 +74,7 @@ typedef struct
     time_t date;
 
     /* if != 0, repeat period in seconds */
-    unsigned period;
+    time_t period;
     /* number of times you have to repeat
        i_repeat < 0 : endless repeat     */
     int i_repeat;

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to