--- embedtools/src/pceng_run.c 2011/10/24 20:32:11 1.1.2.8 +++ embedtools/src/pceng_run.c 2011/10/24 23:14:36 1.1.2.9 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: pceng_run.c,v 1.1.2.8 2011/10/24 20:32:11 misho Exp $ + * $Id: pceng_run.c,v 1.1.2.9 2011/10/24 23:14:36 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -166,6 +166,8 @@ RunCmd(u_char pin, u_int state) } if (!*szStr) return 0; + if (pin) + snprintf(szArg, sizeof szArg, "%d=%d", pin, state); else snprintf(szArg, sizeof szArg, "%d", state);