Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9684
Modified Files:
mod_xhtml_neg.c
Log Message:
More comment fixes for the hashcode function.
Index: mod_xhtml_neg.c
===================================================================
RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** mod_xhtml_neg.c 12 Mar 2004 10:16:32 -0000 1.18
--- mod_xhtml_neg.c 12 Mar 2004 10:18:09 -0000 1.19
***************
*** 483,489 ****
* consists of two simple values, the length of the interesting data,
* and a simple hash of each character. These are then represented as
! * two hyphen separated hexadecimal numbers.
*
! * The data that we generate the hash from is the content-type, charset,
* and profile, concatenated as one long string.
*/
--- 483,489 ----
* consists of two simple values, the length of the interesting data,
* and a simple hash of each character. These are then represented as
! * two hyphen separated, zero padded hexadecimal numbers.
*
! * The data that we use to generate the hash is the content-type, charset,
* and profile, concatenated as one long string.
*/
|