rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / desktop / gftp / patches / 07-g11n-cli-utf8.patch
blob04e7baa0d8fbb6114943e8152960732414b007c0
1 --- gftp-2.9.1b/src/text/gftp-text.c.~1~ 2022-02-15 01:37:55.000000000 -0500
2 +++ gftp-2.9.1b/src/text/gftp-text.c 2024-07-01 22:45:13.402115453 -0400
3 @@ -61,13 +61,16 @@
4 savechar = *endpos;
5 *endpos = '\0';
7 +#if 0
8 if (strlen (stpos) <= sw)
10 +#endif
11 printf ("%s%c", stpos, savechar);
12 *endpos = savechar;
13 if (savechar == '\0')
14 break;
15 stpos = endpos + 1;
16 +#if 0
18 else
20 @@ -82,6 +85,7 @@
21 printf ("%s\n", stpos);
22 stpos = endpos + 1;
24 +#endif
26 while (stpos != endpos);