|
Lines 1-6
Link Here
|
| 1 |
--- I2Ohash/src/util.c 1998-05-31 07:45:12.000000000 +0900 |
1 |
--- I2Ohash/src/util.c.orig 1998-05-30 22:45:12 UTC |
| 2 |
+++ I2Ohash/src/util.c 2013-03-06 14:59:43.000000000 +0900 |
2 |
+++ I2Ohash/src/util.c |
| 3 |
@@ -39,7 +39,9 @@ |
3 |
@@ -39,7 +39,9 @@ fflush(stdout) ; |
| 4 |
*/ |
4 |
*/ |
| 5 |
loc1 = (key1 + 1) % hashtable->nlist ; |
5 |
loc1 = (key1 + 1) % hashtable->nlist ; |
| 6 |
loc2 = (key2 + 1) % hashtable->nlist ; |
6 |
loc2 = (key2 + 1) % hashtable->nlist ; |
|
Lines 11-17
Link Here
|
| 11 |
#if MYDEBUG > 0 |
11 |
#if MYDEBUG > 0 |
| 12 |
fprintf(stdout, "\n loc1 = %d, loc2 = %d, loc3 = %d", loc1, loc2, loc) ; |
12 |
fprintf(stdout, "\n loc1 = %d, loc2 = %d, loc3 = %d", loc1, loc2, loc) ; |
| 13 |
fflush(stdout) ; |
13 |
fflush(stdout) ; |
| 14 |
@@ -158,7 +160,9 @@ |
14 |
@@ -158,7 +160,9 @@ fflush(stdout) ; |
| 15 |
#endif |
15 |
#endif |
| 16 |
loc1 = (key1 + 1) % hashtable->nlist ; |
16 |
loc1 = (key1 + 1) % hashtable->nlist ; |
| 17 |
loc2 = (key2 + 1) % hashtable->nlist ; |
17 |
loc2 = (key2 + 1) % hashtable->nlist ; |
|
Lines 22-28
Link Here
|
| 22 |
#if MYDEBUG > 0 |
22 |
#if MYDEBUG > 0 |
| 23 |
fprintf(stdout, "\n loc1 = %d, loc2 = %d, loc3 = %d", loc1, loc2, loc) ; |
23 |
fprintf(stdout, "\n loc1 = %d, loc2 = %d, loc3 = %d", loc1, loc2, loc) ; |
| 24 |
fflush(stdout) ; |
24 |
fflush(stdout) ; |
| 25 |
@@ -229,7 +233,9 @@ |
25 |
@@ -229,7 +233,9 @@ if ( hashtable == NULL || pvalue == NULL |
| 26 |
} |
26 |
} |
| 27 |
loc1 = (key1 + 1) % hashtable->nlist ; |
27 |
loc1 = (key1 + 1) % hashtable->nlist ; |
| 28 |
loc2 = (key2 + 1) % hashtable->nlist ; |
28 |
loc2 = (key2 + 1) % hashtable->nlist ; |