libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / archiver / arj / patches / 03.strnlen-dupl.patch
blob30c4dda21c7a3f303292cbe9ef88371110cc279f
1 --- arj-3.10.22/fardata.c 2014-07-23 19:20:03.344782654 +0400
2 +++ arj-3.10.22/fardata.c.new 2014-07-23 19:19:41.689513347 +0400
3 @@ -189,7 +189,7 @@
4 */
6 /* Length-limited strlen() */
8 +/*
9 static int strnlen(const char FAR *s, int count)
11 const char FAR *sc;
12 @@ -198,6 +198,7 @@
14 return(sc-s);
16 +*/
18 /* Hex representation of digits */