[Pvfs2-cvs] commit by slang in pvfs2/src/common/statecomp: codegen.c
CVS commit program
cvs at parl.clemson.edu
Thu Jul 10 17:43:43 EDT 2008
Update of /projects/cvsroot/pvfs2/src/common/statecomp
In directory parlweb1:/tmp/cvs-serv23135/src/common/statecomp
Modified Files:
Tag: he-branch
codegen.c
Log Message:
reverse merge of trunk changes since branch.
Index: codegen.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/statecomp/codegen.c,v
diff -p -u -r1.27 -r1.27.4.1
--- codegen.c 12 Mar 2008 19:59:48 -0000 1.27
+++ codegen.c 10 Jul 2008 21:43:42 -0000 1.27.4.1
@@ -127,7 +127,7 @@ static int runfunc_compare(void *key, st
static int runfunc_hash(void *key, int table_size)
{
char *k = (char *)key;
- int h, g;
+ int g, h = 0;
while(*k)
{
h = (h << 4) + *k++;
More information about the Pvfs2-cvs
mailing list