FreeBSD Bugzilla – Attachment 109121 Details for
Bug 150074
[patch] games/hex-a-hop: update to 1.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-src-text.cpp
patch-src-text.cpp (text/plain; charset=us-ascii), 502 bytes, created by
Jamie Jones
on 2010-08-29 18:27:11 UTC
(
hide
)
Description:
patch-src-text.cpp
Filename:
MIME Type:
Creator:
Jamie Jones
Created:
2010-08-29 18:27:11 UTC
Size:
502 bytes
patch
obsolete
>--- src/text.cpp.orig 2009-10-02 23:26:15.000000000 +0100 >+++ src/text.cpp 2010-08-29 18:00:37.000000000 +0100 >@@ -439,7 +439,7 @@ > errno = 0; > static const char *locale_enc = gettext_init.GetEncoding(); > iconv_t cd = iconv_open("UTF-8", locale_enc); >- char *in_buf = const_cast<char *>(&text_locally_encoded[0]); >+ const char *in_buf = const_cast<char *>(&text_locally_encoded[0]); > char *out_buf = &text_utf8[0]; > iconv(cd, &in_buf, &text_length, &out_buf, &text_utf8_length); > iconv_close(cd);
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 Raw
Actions:
View
Attachments on
bug 150074
:
109120
| 109121