mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
(back) ported win32 32bit compatibility along with lots of fixes
This commit is contained in:
2
src/signature.c
Normal file → Executable file
2
src/signature.c
Normal file → Executable file
@@ -86,7 +86,7 @@ int pcpsign(char *infile, char *outfile, char *passwd, int z85, int detach) {
|
||||
if(sigsize == 0)
|
||||
goto errs1;
|
||||
|
||||
fprintf(stderr, "Signed %ld bytes successfully\n", sigsize);
|
||||
fprintf(stderr, "Signed %"FMT_SIZE_T" bytes successfully\n", (SIZE_T_CAST)sigsize);
|
||||
|
||||
return 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user