Diff for /embedtools/src/pceng_run.c between versions 1.1.2.8 and 1.1.2.9

version 1.1.2.8, 2011/10/24 20:32:11 version 1.1.2.9, 2011/10/24 23:14:36
Line 166  RunCmd(u_char pin, u_int state) Line 166  RunCmd(u_char pin, u_int state)
         }          }
         if (!*szStr)          if (!*szStr)
                 return 0;                  return 0;
           if (pin)
                   snprintf(szArg, sizeof szArg, "%d=%d", pin, state);
         else          else
                 snprintf(szArg, sizeof szArg, "%d", state);                  snprintf(szArg, sizeof szArg, "%d", state);
   

Removed from v.1.1.2.8  
changed lines
  Added in v.1.1.2.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>