summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPixel <>2001-04-15 18:22:38 +0000
committerPixel <>2001-04-15 18:22:38 +0000
commit38e3212d37dc9594aa409b67da00529466a1713e (patch)
tree381d7eeef26f1e382c499b67134f71dee2324ffc /src
parent461aecf5c08b5688692cf51b4ec358b96a4ba95d (diff)
Bug fixes
Diffstat (limited to 'src')
-rw-r--r--src/compilo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compilo.c b/src/compilo.c
index 278f339..3f214a6 100644
--- a/src/compilo.c
+++ b/src/compilo.c
@@ -49,7 +49,7 @@ void segfaulthand(int i) {
int main(void) {
invite();
- signal(SIGSEGV, segfaulthand);
+/* signal(SIGSEGV, segfaulthand);*/
fprintf(stderr, _("\nPerforming initialisation...\n\n"));
init_all();