sync ports with The Matrix
This commit is contained in:
parent
9d4d2e721a
commit
79bc6d9d97
846 changed files with 10693 additions and 8131 deletions
|
@ -1,6 +1,7 @@
|
|||
--- gettext-runtime/intl/log.c.orig Tue Dec 4 07:28:58 2012
|
||||
+++ gettext-runtime/intl/log.c Wed Jan 16 23:06:10 2013
|
||||
@@ -66,6 +66,7 @@ _nl_log_untranslated_locked (const char *logfilename,
|
||||
Index: gettext-runtime/intl/log.c
|
||||
--- gettext-runtime/intl/log.c.orig
|
||||
+++ gettext-runtime/intl/log.c
|
||||
@@ -69,6 +69,7 @@ _nl_log_untranslated_locked (const char *logfilename,
|
||||
{
|
||||
FILE *logfile;
|
||||
const char *separator;
|
||||
|
@ -8,7 +9,7 @@
|
|||
|
||||
/* Can we reuse the last opened logfile? */
|
||||
if (last_logfilename == NULL || strcmp (logfilename, last_logfilename) != 0)
|
||||
@@ -82,10 +83,11 @@ _nl_log_untranslated_locked (const char *logfilename,
|
||||
@@ -85,10 +86,11 @@ _nl_log_untranslated_locked (const char *logfilename,
|
||||
last_logfilename = NULL;
|
||||
}
|
||||
/* Open the logfile. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue