FreeBSD Bugzilla – Attachment 147889 Details for
Bug 193356
Build failure for emulators/mednafen without NLS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build without NLS
mednafen.diff (text/plain), 1.09 KB, created by
Jason E. Hale
on 2014-10-01 16:03:01 UTC
(
hide
)
Description:
Fix build without NLS
Filename:
MIME Type:
Creator:
Jason E. Hale
Created:
2014-10-01 16:03:01 UTC
Size:
1.09 KB
patch
obsolete
>Index: files/patch-src__nes__unif.cpp >=================================================================== >--- files/patch-src__nes__unif.cpp (revision 0) >+++ files/patch-src__nes__unif.cpp (working copy) >@@ -0,0 +1,11 @@ >+--- src/nes/unif.cpp.orig 2014-10-01 15:17:53 UTC >++++ src/nes/unif.cpp >+@@ -191,7 +191,7 @@ >+ MDFN_printf(_("Dumped by: %s\n"),name); >+ MDFN_printf(_("Dumped with: %s\n"),method); >+ { >+- char *months[12]={_("January"),_("February"),_("March"),_("April"),_("May"),_("June"),_("July"), >++ const char *months[12]={_("January"),_("February"),_("March"),_("April"),_("May"),_("June"),_("July"), >+ _("August"),_("September"),_("October"),_("November"),_("December")}; >+ MDFN_printf(_("Dumped on: %s %d, %d\n"),months[(m-1)%12],d,y); >+ } > >Property changes on: files/patch-src__nes__unif.cpp >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
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 193356
: 147889