projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46480a2
)
(m17n_init_core): Fix previous change.
author
handa
<handa>
Mon, 19 Sep 2005 01:57:12 +0000
(
01:57
+0000)
committer
handa
<handa>
Mon, 19 Sep 2005 01:57:12 +0000
(
01:57
+0000)
src/m17n-core.c
patch
|
blob
|
history
diff --git
a/src/m17n-core.c
b/src/m17n-core.c
index
876ad1e
..
672b740
100644
(file)
--- a/
src/m17n-core.c
+++ b/
src/m17n-core.c
@@
-532,12
+532,11
@@
m17n_init_core (void)
{
char *env_value = getenv ("MDEBUG_OUTPUT_FILE");
+ mdebug__output = NULL;
if (env_value)
- {
- mdebug__output = fopen (env_value, "a");
- if (! mdebug__output)
- mdebug__output = stderr;
- }
+ mdebug__output = fopen (env_value, "a");
+ if (! mdebug__output)
+ mdebug__output = stderr;
}
MDEBUG_PUSH_TIME ();