Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 386380 Details for
Bug 524956
media-gfx/rawstudio-2.0 - segmentation fault in g_type_name() at line 839 of rs-batch.c
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rawstudio-2.0-gtype_is_size_not_int.patch
rawstudio-2.0-gtype_is_size_not_int.patch (text/plain), 791 bytes, created by
Marek Szuba (RETIRED)
on 2014-10-10 13:46:21 UTC
(
hide
)
Description:
rawstudio-2.0-gtype_is_size_not_int.patch
Filename:
MIME Type:
Creator:
Marek Szuba (RETIRED)
Created:
2014-10-10 13:46:21 UTC
Size:
791 bytes
patch
obsolete
>diff -urN a/rawstudio-2.0/src/rs-batch.c b/rawstudio-2.0/src/rs-batch.c >--- a/rawstudio-2.0/src/rs-batch.c 2011-04-07 18:05:03.000000000 +0000 >+++ b/rawstudio-2.0/src/rs-batch.c 2014-10-10 10:21:51.397072728 +0000 >@@ -830,7 +830,7 @@ > filetype_changed(gpointer active, gpointer user_data) > { > RS_QUEUE *queue = (RS_QUEUE *) user_data; >- GType filetype = GPOINTER_TO_INT(active); >+ GType filetype = GPOINTER_TO_SIZE(active); > > if (!filetype) > return; >@@ -1084,7 +1084,7 @@ > > active = gui_confbox_get_active(filetype_confbox); > if (!active) >- active = GUINT_TO_POINTER(g_type_from_name("RSJpegfile")); >+ active = GSIZE_TO_POINTER(g_type_from_name("RSJpegfile")); > filetype_changed(active, queue); > > GtkWidget *edit_settings = gtk_button_new_with_label(_("Edit output settings"));
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 524956
: 386380