wok diff arj/stuff/fardata.u @ rev 25037
Up glza (0.11.4)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 21 21:38:29 2022 +0000 (2022-05-21) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/arj/stuff/fardata.u Sat May 21 21:38:29 2022 +0000 1.3 @@ -0,0 +1,18 @@ 1.4 +--- fardata.c 1.5 ++++ fardata.c 1.6 +@@ -190,6 +190,7 @@ 1.7 + 1.8 + /* Length-limited strlen() */ 1.9 + 1.10 ++#if 0 1.11 + static int strnlen(const char FAR *s, int count) 1.12 + { 1.13 + const char FAR *sc; 1.14 +@@ -198,6 +199,7 @@ 1.15 + ; 1.16 + return(sc-s); 1.17 + } 1.18 ++#endif 1.19 + 1.20 + /* Hex representation of digits */ 1.21 +