From d2399f8ec05bc26d09fa00668770971e566b5a27 Mon Sep 17 00:00:00 2001 From: zolliker Date: Fri, 27 Oct 2006 08:14:27 +0000 Subject: [PATCH] - small bugfixes --- tecs/tecs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tecs/tecs.c b/tecs/tecs.c index 4ef3501..94fe5af 100644 --- a/tecs/tecs.c +++ b/tecs/tecs.c @@ -2619,6 +2619,7 @@ int TLimitHdl(int mode, void *base, int fd) { return COC_DWR; } else if (mode==COC_DWR) { ERR_I(ConfigAlarms(tLimit)); + ERR_I(SetMaxPower()); } return 0; OnError: return -1;