wok diff arj/stuff/fardata.u @ rev 15806

Up: sudoku to 2.3. Fixed WEB_SITE and WGET_URL so we get the app and not a error page.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jan 24 01:35:01 2014 +0000 (2014-01-24)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/arj/stuff/fardata.u	Fri Jan 24 01:35:01 2014 +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 +