diff options
author | Agney Lopes Roth Ferraz <agney@users.sourceforge.net> | 2005-09-09 18:30:09 -0300 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:32 -0500 |
commit | 952adafd11c1993a59aa369642c7fc8d8b8d2507 (patch) | |
tree | 57babf75d7435a1874dfb1054528714d2c154e97 /intl.c | |
parent | 61dfceab1e3e9d77aa2900a6e333961f89c4ef45 (diff) |
Import Debian changes 0.3.7pre-2
hardinfo (0.3.7pre-2) unstable; urgency=low
* Fixed FTBFS (file intl.c updated). Thanks to Andreas Jochens. (Closes: #326033)
Diffstat (limited to 'intl.c')
-rw-r--r-- | intl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ void intl_init(void) * but slower :P */ const gchar * -intl_translate(const gchar * string, const gchar * source) __THROW +intl_translate(const gchar * string, const gchar * source) { FILE *file; gchar buffer[256], *keyname, *lang = NULL, *langenv = NULL; |