mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
340 B
C
11 lines
340 B
C
--- arclzw.c.orig 2010-08-07 13:06:42 UTC
|
|
+++ arclzw.c
|
|
@@ -560,7 +560,7 @@ decomp(squash, f, t) /* decompress a fi
|
|
*/
|
|
if (code >= free_ent) {
|
|
if (code > free_ent) {
|
|
- if (warn) {
|
|
+ if (arcwarn) {
|
|
printf("Corrupted compressed file.\n");
|
|
printf("Invalid code %d when max is %d.\n",
|
|
code, free_ent);
|