[BACK]Return to at.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / at

Diff for /src/usr.bin/at/at.c between version 1.18 and 1.19

version 1.18, 2000/01/21 04:22:54 version 1.19, 2000/04/23 16:32:07
Line 316 
Line 316 
                 char *eqp;                  char *eqp;
   
                 eqp = strchr(*atenv, '=');                  eqp = strchr(*atenv, '=');
                 if (ap == NULL)                  if (eqp == NULL)
                         eqp = *atenv;                          eqp = *atenv;
                 else {                  else {
                         int i;                          int i;

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19