Re: [NeoStats-Devel] [Commits] r2705 - trunk/modules/statserv
DeadNotBuried <dnb-4ct+qsaILySks/lY53/[email protected]> Wed, 17 Aug 2005 14:17:24 +0930
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
M wrote: >>From: [email protected] [mailto:[email protected]] >>Author: DNB >> trunk/modules/statserv/htmlstats.c >>Log: >>call do_copyright at end of stats html page only, not each >>line remove case sensitivity for checking end of html >>template file change html file umode to include owner write >>permission so html file can be overwritten > > > Win32 no longer compiles: > > htmlstats.c(472) : warning C4013: 'strcasestr' undefined; assuming extern > returning int is strstr on win32 case sensitive ? if not a #ifndef WIN32 would resolve the case sensitivity on *nix, or should that be added anyway even if the win32 is case sensitive ? DNB