[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeutils/klaptopdaemon
From:       Frerich Raabe <raabe () kde ! org>
Date:       2005-01-20 12:11:57
Message-ID: 20050120121157.0DC271CF36 () office ! kde ! org
[Download RAW message or body]

CVS commit by raabe: 

- warnings -= 2


  M +2 -2      makecrc.cpp   1.4


--- kdeutils/klaptopdaemon/makecrc.cpp  #1.3:1.4
@@ -32,6 +32,6 @@ int main(int, char**)
         printf("#ifndef _CRCRESULT_H_\n");
         printf("#define _CRCRESULT_H_\n");
-        printf("static unsigned long file_len = 0x%x;\n", len);
-        printf("static unsigned long file_crc = 0x%x;\n", crc);
+        printf("static unsigned long file_len = 0x%lx;\n", len);
+        printf("static unsigned long file_crc = 0x%lx;\n", crc);
         printf("#endif\n");
         return(0);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic