summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-06-07 00:44:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-06-07 00:44:33 +0000
commit2630a4429affd97c30a1291344dd9d5a3fd94c78 (patch)
tree506a7e89be3054867ea8bed2be977b4e3b19a5c0 /archivers
parentRespect CC and CFLAGS (diff)
Fix a format string nit.
Notes
Notes: svn path=/head/; revision=60741
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unrar/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/unrar/files/patch-aa b/archivers/unrar/files/patch-aa
new file mode 100644
index 000000000000..89892c822982
--- /dev/null
+++ b/archivers/unrar/files/patch-aa
@@ -0,0 +1,11 @@
+--- getopt.c.orig Thu Jun 6 17:43:00 2002
++++ getopt.c Thu Jun 6 17:43:12 2002
+@@ -270,7 +270,7 @@
+ MUCHelp20,MUCHelp21,"\n"};
+ int I;
+ for (I=0;I<sizeof(Help)/sizeof(Help[0]);I++)
+- mprintf(Help[I]);
++ mprintf("%s", Help[I]);
+ }
+
+