FreeBSD Bugzilla – Attachment 93045 Details for
Bug 130868
graphics/librsvg2: fix for locale bug in rsvg-convert
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 661 bytes, created by
Marcin Cieslak
on 2009-01-22 11:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Marcin Cieslak
Created:
2009-01-22 11:20:01 UTC
Size:
661 bytes
patch
obsolete
>--- rsvg-convert.c 2007-07-01 23:43:44.000000000 +1000 >+++ rsvg-convert.c 2008-10-20 16:52:27.000000000 +1100 >@@ -31,6 +31,7 @@ > #include <stdio.h> > #include <stdlib.h> > #include <string.h> >+#include <locale.h> > > #include "rsvg.h" > #include "rsvg-cairo.h" >@@ -52,7 +53,7 @@ > display_error (GError * err) > { > if (err) { >- g_print ("%s", err->message); >+ g_print ("%s\n", err->message); > g_error_free (err); > } > } >@@ -165,6 +166,9 @@ > {NULL} > }; > >+ /* Set the locale so that UTF-8 filenames work */ >+ setlocale(LC_ALL, ""); >+ > g_thread_init(NULL); > > g_option_context = g_option_context_new (_("- SVG Converter"));
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 130868
: 93045