summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-02-07 10:18:02 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-02-07 10:18:02 +0000
commit1ffc6b79cf2c04f0e94831f36cf5277d9a2a3964 (patch)
treecfb07c63796d5a0d0e1bbfe0360109cc0e187258
parent57085513d0512aa8b4cc6b636cefcfa422003418 (diff)
downloadpamela-1ffc6b79cf2c04f0e94831f36cf5277d9a2a3964.tar.xz
pamelad: make cont useful
-rw-r--r--src/pamela/pamelad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pamela/pamelad.c b/src/pamela/pamelad.c
index f515841..dd8ec17 100644
--- a/src/pamela/pamelad.c
+++ b/src/pamela/pamelad.c
@@ -301,7 +301,7 @@ static void do_op (char type, int num)
break ;
}
put(s, 2) ;
- if (type == PAMELA_OP_END) _exit(0) ;
+ if (type == PAMELA_OP_END) cont = 0 ;
}