Changes between Initial Version and Version 1 of Ticket #68543, comment 3
- Timestamp:
- Oct 29, 2023, 7:50:16 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68543, comment 3
initial v1 18 18 if (!status.second && o.debugging > 1) 19 19 - 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); 21 21 } 22 22