[mod-xhtml-neg-cvs] mod_xhtml_neg-2.0 mod_xhtml_neg.c,1.24,1.25
Brought to you by:
run2000
From: <ru...@us...> - 2004-04-11 00:27:53
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18844 Modified Files: mod_xhtml_neg.c Log Message: Doxygen fixes. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** mod_xhtml_neg.c 11 Apr 2004 00:02:55 -0000 1.24 --- mod_xhtml_neg.c 11 Apr 2004 00:14:20 -0000 1.25 *************** *** 502,507 **** /** ! * Parse quality value. atof(3) is not well-usable here, because it depends ! * on the locale (argh). * * However, RFC 2616 states: \n --- 502,507 ---- /** ! * Parse quality value. atof(3) is not globally usable here, because it ! * depends on the locale (argh). * * However, RFC 2616 states: \n *************** *** 532,537 **** } ! /* Be tolerant and accept qvalues without leading zero ! * (also for backwards compat, where atof() was in use) * This also handles the 1.0 case. */ --- 532,537 ---- } ! /* Be tolerant and accept q-values without leading zero ! * (also for backwards compatibility, where atof() was in use) * This also handles the 1.0 case. */ |