]> git.sesse.net Git - vlc/blobdiff - modules/gui/pda/pda.c
Remove I64C as well
[vlc] / modules / gui / pda / pda.c
index 07d92328b34f06799e7d6fc4bfba6436585dc7c0..70d046b4be6ee6c4cbe31f4ffbb5440b9d989328 100644 (file)
@@ -564,7 +564,7 @@ void E_(GtkDisplayDate)( GtkAdjustment *p_adj, gpointer userdata )
         char psz_time[ MSTRTIME_MAX_SIZE ];
         int64_t i_seconds;
 
-        i_seconds = var_GetTime( p_intf->p_sys->p_input, "time" ) / I64C(1000000 );
+        i_seconds = var_GetTime( p_intf->p_sys->p_input, "time" ) / INT64_C(1000000 );
         secstotimestr( psz_time, i_seconds );
 
         gtk_label_set_text( GTK_LABEL( p_intf->p_sys->p_slider_label ),