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

Diff for /src/usr.bin/cvs/trigger.c between version 1.19 and 1.20

version 1.19, 2010/10/29 17:49:37 version 1.20, 2011/05/20 19:22:47
Line 254 
Line 254 
                 return (NULL);                  return (NULL);
         }          }
   
         /* XXX move this out of this function */  
         /* before doing any stuff, check if the command starts with % */          /* before doing any stuff, check if the command starts with % */
         for (p = cmd; *p != '%' && !isspace(*p) && *p != '\0'; p++)          for (p = cmd; *p != '%' && !isspace(*p) && *p != '\0'; p++)
                 ;                  ;

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