comparison audacious/playlist_list.c @ 625:0a73d1faeb4e trunk

[svn] GCC 4.1 warning fixes by Diego 'Flameeyes' Petteno from Gentoo.
author chainsaw
date Mon, 06 Feb 2006 17:10:47 -0800
parents d056380ea0b3
children d539e5c5f730
comparison
equal deleted inserted replaced
624:a4ab65713d46 625:0a73d1faeb4e
639 * probably due to DnD signaling problems (actually i have no clue). 639 * probably due to DnD signaling problems (actually i have no clue).
640 * 640 *
641 */ 641 */
642 642
643 if (pl->pl_drag_motion) { 643 if (pl->pl_drag_motion) {
644 guint pos, x, y, plx, ply, plength, lpadding; 644 guint pos, plength, lpadding;
645 gint x, y, plx, ply;
645 646
646 if (cfg.show_numbers_in_pl) { 647 if (cfg.show_numbers_in_pl) {
647 lpadding = gint_count_digits(playlist_get_length_nolock()) + 1; 648 lpadding = gint_count_digits(playlist_get_length_nolock()) + 1;
648 lpadding = ((lpadding + 1) * width_approx_digits); 649 lpadding = ((lpadding + 1) * width_approx_digits);
649 } 650 }