STYLE: use %-10lld instead of %-10qd for printing a 64bit int, maybe this

silences the warning of the HP compiler

Alex
This commit is contained in:
Alexander Neundorf 2007-09-21 13:37:30 -04:00
parent 53d9d84f6b
commit d5b135e6b5
1 changed files with 2 additions and 2 deletions

View File

@ -259,8 +259,8 @@ int cmCPackDebGenerator::CompressFiles(const char* outFileName,
#define ARFMAG "`\n"
/* Header format strings. */
#define HDR1 "%s%-13d%-12ld%-6u%-6u%-8o%-10qd%2s"
#define HDR2 "%-16.16s%-12ld%-6u%-6u%-8o%-10qd%2s"
#define HDR1 "%s%-13d%-12ld%-6u%-6u%-8o%-10lld%2s"
#define HDR2 "%-16.16s%-12ld%-6u%-6u%-8o%-10lld%2s"
struct ar_hdr {
char ar_name[16]; /* name */