[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.27 and 1.28

version 1.27, 2016/03/15 04:19:13 version 1.28, 2017/05/30 05:58:44
Line 403 
Line 403 
 }  }
   
 static void  static void
 odadd(const char *fmt)  odadd(const char *format)
 {  {
         static int needpad;          static int needpad;
   
         if (needpad)          if (needpad)
                 add("\""PADDING"\"");                  add("\""PADDING"\"");
         add(fmt);          add(format);
         needpad = 1;          needpad = 1;
 }  }

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28