Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 249741 Details for
Bug 339891
media-sound/lxmusic-0.4.4 segmentation fault when attempting to play music
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to allow lxmusic-0.4.4 to work when compiled under -O2
lxmusic-0.4.4.patch (text/plain), 1.01 KB, created by
Adrian
on 2010-10-06 12:00:53 UTC
(
hide
)
Description:
Patch to allow lxmusic-0.4.4 to work when compiled under -O2
Filename:
MIME Type:
Creator:
Adrian
Created:
2010-10-06 12:00:53 UTC
Size:
1.01 KB
patch
obsolete
>Only in src: .deps >diff -crB src/lxmusic.c src2/lxmusic.c >*** src/lxmusic.c 2010-04-11 10:15:13.000000000 +1000 >--- src2/lxmusic.c 2010-10-06 22:48:51.749239601 +1100 >*************** >*** 1859,1866 **** > gtk_list_store_set(list_store, &it, COL_WEIGHT, PANGO_WEIGHT_BOLD, -1); > > /* update id of currently played track */ >! xmmsv_dict_get( val, "id", &int_value ); >! xmmsv_get_int( int_value, &cur_track_id ); > } > /* scroll to currently played song */ > gtk_tree_view_scroll_to_cell(GTK_TREE_VIEW(playlist_view), path, NULL, FALSE, 0.0, 0.0 ); >--- 1859,1866 ---- > gtk_list_store_set(list_store, &it, COL_WEIGHT, PANGO_WEIGHT_BOLD, -1); > > /* update id of currently played track */ >! if ( xmmsv_dict_get( val, "id", &int_value ) ) >! xmmsv_get_int( int_value, &cur_track_id ); > } > /* scroll to currently played song */ > gtk_tree_view_scroll_to_cell(GTK_TREE_VIEW(playlist_view), path, NULL, FALSE, 0.0, 0.0 );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 339891
:
249701
|
249702
| 249741