[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-cpio] 2.9: type of global "crc"
From: |
Christian Weisgerber |
Subject: |
[Bug-cpio] 2.9: type of global "crc" |
Date: |
Fri, 6 Jul 2007 18:03:08 +0200 |
User-agent: |
Mutt/1.4.2.3i |
src/global.c defines
unsigned int crc;
but src/copyin.c repeatedly uses a _long_ unsigned format to print
this variable:
error (0, 0, _("%s: checksum error (0x%lx, should be 0x%lx)"),
file_hdr->c_name, crc, file_hdr->c_chksum);
--
Christian "naddy" Weisgerber address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-cpio] 2.9: type of global "crc",
Christian Weisgerber <=