Преглед на файлове

STYLE: use %-10lld instead of %-10qd for printing a 64bit int, maybe this
silences the warning of the HP compiler

Alex

Alexander Neundorf преди 18 години
родител
ревизия
d5b135e6b5
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      Source/CPack/cmCPackDebGenerator.cxx

+ 2 - 2
Source/CPack/cmCPackDebGenerator.cxx

@@ -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 */