]> git.sesse.net Git - vlc/blobdiff - modules/access/ftp.c
Remove legacy casts
[vlc] / modules / access / ftp.c
index 0dc1de1244617cadf7a76fc79ac1c9e9aa37b63a..ca50e0cc1dff9cb0c8b3df45977e876c31af16bb 100644 (file)
@@ -595,7 +595,7 @@ static int Control( access_t *p_access, int i_query, va_list args )
         /* */
         case ACCESS_GET_PTS_DELAY:
             pi_64 = (int64_t*)va_arg( args, int64_t * );
-            *pi_64 = (int64_t)var_GetInteger( p_access, "ftp-caching" ) * INT64_C(1000);
+            *pi_64 = var_GetInteger( p_access, "ftp-caching" ) * INT64_C(1000);
             break;
 
         /* */