Remove warning

This commit is contained in:
Philippe Teuwen
2018-10-03 09:03:50 +02:00
parent ca565e625c
commit 9f400e970f
+1 -1
View File
@@ -10,7 +10,7 @@ index 2015dcb..0fa7436 100755
+ FILE *fpKey = NULL;
+ fpKey = fopen(argv[6], "a");
+ if (fpKey) {
+ fprintf(fpKey, "%012llx\r\n", found_key);
+ fprintf(fpKey, "%012"PRIx64"\r\n", found_key);
+ fclose(fpKey);
+ } else {
+ fprintf(stderr, "Cannot open: %s, exiting\n", argv[6]);