[vlc-commits] vlm: fix warning

Rémi Denis-Courmont git at videolan.org
Sun Apr 14 09:05:28 CEST 2019


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | 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;



More information about the vlc-commits mailing list