1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 17:17:07 +00:00
termux-packages/packages/zssh/quote_removal.c.patch
2021-12-29 10:50:45 +02:00

16 lines
279 B
Diff

--- a/quote_removal.c
+++ b/quote_removal.c
@@ -23,10 +23,8 @@
return (1);
}
-int pc_remove_double_chr(str,i,chr)
-char *str;
-int *i;
-char chr;
+int
+pc_remove_double_chr(char *str, int *i, char chr)
{
str_shift(str,*i,1);
while (str[*i] && str[*i] != chr)