summaryrefslogtreecommitdiff
path: root/plugins/gtkui/trkproperties.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-02-12 21:45:00 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-02-12 21:45:00 +0100
commit2135fdf53fcaca8a9fd079960db85ea987d8bfbf (patch)
tree393a3c8c4a9c5445c5a15dbbc026753b58045b69 /plugins/gtkui/trkproperties.c
parent4db09a9c8c98d9c3f0ac975fcb4789b954a52325 (diff)
gtkui: ported playback controls toolbar to widget system
Diffstat (limited to 'plugins/gtkui/trkproperties.c')
-rw-r--r--plugins/gtkui/trkproperties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c
index 8ab5981f..c2c72b16 100644
--- a/plugins/gtkui/trkproperties.c
+++ b/plugins/gtkui/trkproperties.c
@@ -428,7 +428,7 @@ show_track_properties_dlg (int ctx) {
tracks = malloc (sizeof (DB_playItem_t *) * num);
if (!tracks) {
- fprintf (stderr, "gtkui: failed to alloc %d bytes to store selected tracks\n", num * sizeof (void *));
+ fprintf (stderr, "gtkui: failed to alloc %d bytes to store selected tracks\n", (int)(num * sizeof (void *)));
deadbeef->pl_unlock ();
return;
}