[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.11 and 1.12

version 1.11, 2009/10/27 23:59:40 version 1.12, 2013/11/26 13:19:07
Line 157 
Line 157 
 {  {
         CODE *c;          CODE *c;
   
         if (isdigit(*name))          if (isdigit((unsigned char)*name))
                 return (atoi(name));                  return (atoi(name));
   
         for (c = codetab; c->c_name; c++)          for (c = codetab; c->c_name; c++)

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12