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

Diff for /src/usr.bin/hexdump/odsyntax.c between version 1.17 and 1.18

version 1.17, 2009/10/27 23:59:39 version 1.18, 2009/11/12 07:54:38
Line 267 
Line 267 
                                 type_string++;                                  type_string++;
                         } else if (isdigit(*type_string))                          } else if (isdigit(*type_string))
                                 nbytes = strtol(type_string, &type_string, 10);                                  nbytes = strtol(type_string, &type_string, 10);
                           else
                                   nbytes = 4;
   
                         switch (nbytes) {                          switch (nbytes) {
                         case 1:                          case 1:

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