Whoops, fix a typo in my last commit.
authorKen Hornstein <kenh@pobox.com>
Mon, 2 Apr 2012 19:58:12 +0000 (15:58 -0400)
committerKen Hornstein <kenh@pobox.com>
Mon, 2 Apr 2012 19:58:12 +0000 (15:58 -0400)
uip/mhlsbr.c

index faa7f71..7c13bec 100644 (file)
@@ -1923,7 +1923,7 @@ compileargs (struct mcomp *c1, char *nfs)
 {
     struct format *fmt;
     struct arglist *args;
-    char *ap;
+    char **ap;
     struct comp *cptr;
     unsigned int i;