Changes between Initial Version and Version 1 of Ticket #68543, comment 3


Ignore:
Timestamp:
Oct 29, 2023, 7:50:16 AM (13 months ago)
Author:
chrstphrchvz (Christopher Chavez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68543, comment 3

    initial v1  
    1818     if (!status.second && o.debugging > 1)
    1919-      error("MAC prefix %0*lX is duplicated in %s; ignoring duplicates.", (int)(pfx >> 36), pfx & 0xfffffffffL, filename);
    20 +      error("MAC prefix %0*"PRIX64" is duplicated in %s; ignoring duplicates.", (int)(pfx >> 36), pfx & 0xfffffffffL, filename);
     20+      error("MAC prefix %0*" PRIX64 " is duplicated in %s; ignoring duplicates.", (int)(pfx >> 36), pfx & 0xfffffffffL, filename);
    2121   }
    2222