summaryrefslogtreecommitdiff
path: root/www/cadaver/files/patch-warnings
diff options
context:
space:
mode:
Diffstat (limited to 'www/cadaver/files/patch-warnings')
-rw-r--r--www/cadaver/files/patch-warnings9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/cadaver/files/patch-warnings b/www/cadaver/files/patch-warnings
new file mode 100644
index 000000000000..7742e2dfaa87
--- /dev/null
+++ b/www/cadaver/files/patch-warnings
@@ -0,0 +1,9 @@
+--- src/cadaver.c Tue Apr 13 15:23:17 2004
++++ src/cadaver.c Tue May 4 11:45:45 2004
+@@ -1015,5 +1015,5 @@
+ (n==(len-1)?'>':' '));
+ }
+- printf(_("] %5.1f%% of %ld bytes"), pc*100, total);
++ printf(_("] %5.1f%% of %llu bytes"), pc*100, (unsigned long long)total);
+ fflush(stdout);
+ }