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

Diff for /src/usr.bin/logger/logger.c between version 1.16 and 1.17

version 1.16, 2015/10/09 01:37:08 version 1.17, 2016/03/28 18:18:52
Line 160 
Line 160 
 int  int
 decode(char *name, CODE *codetab)  decode(char *name, CODE *codetab)
 {  {
         int n;  
         CODE *c;          CODE *c;
   
         if (isdigit((unsigned char)*name)) {          if (isdigit((unsigned char)*name)) {

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17