aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-20 12:36:49 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-20 12:36:49 +1000
commit1300e68fa5afd244912307176bb73203c0b15b29 (patch)
tree869494c46b2e206dd84a3d4ae00a9031e563b704 /env.c
parent1a76f2ecb9326eff72d99b9f1a14cf2bb9aeb8d6 (diff)
Add support for backtraces - if the compiler and libc version supports it (probably only glibc/gcc) then a stack trace is printed on serious bugs
darcs-hash:20070120023649-ac50b-5efa310bea0deddfa1d8dfca1000163eee89c7cb.gz
Diffstat (limited to 'env.c')
-rw-r--r--env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.c b/env.c
index 9c7cee80..5d5175c9 100644
--- a/env.c
+++ b/env.c
@@ -665,7 +665,7 @@ int env_set( const wchar_t *key,
event_t ev;
int is_universal = 0;
-
+
CHECK( key, ENV_INVALID );
if( (var_mode & ENV_USER ) &&