[lwatch-cvs] files/src control.c,1.5,1.6
Brought to you by:
arturcz
|
From: <ar...@us...> - 2002-06-30 00:02:23
|
Update of /cvsroot/lwatch/files/src
In directory usw-pr-cvs1:/tmp/cvs-serv26347
Modified Files:
control.c
Log Message:
Default value for ex is 0.
Index: control.c
===================================================================
RCS file: /cvsroot/lwatch/files/src/control.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** control.c 29 Jun 2002 23:51:49 -0000 1.5
--- control.c 30 Jun 2002 00:02:21 -0000 1.6
***************
*** 51,55 ****
void signal_handle(int i) {
int ex;
! ex=1;
if((i==SIGTERM)||(i==SIGINT)) loop=0;
switch(i) {
--- 51,55 ----
void signal_handle(int i) {
int ex;
! ex=0;
if((i==SIGTERM)||(i==SIGINT)) loop=0;
switch(i) {
|