(quote1): fix % quoting bug
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5141 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1400,7 +1400,7 @@ quote1(char *initial, int argc, char **argv)
|
|||||||
strcat_truncate(buf, " ", sizeof(buf));
|
strcat_truncate(buf, " ", sizeof(buf));
|
||||||
strcat_truncate(buf, argv[i], sizeof(buf));
|
strcat_truncate(buf, argv[i], sizeof(buf));
|
||||||
}
|
}
|
||||||
if (command(buf) == PRELIM) {
|
if (command("%s", buf) == PRELIM) {
|
||||||
while (getreply(0) == PRELIM)
|
while (getreply(0) == PRELIM)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user