diff options
Diffstat (limited to 'math/spooles/files/patch-I2Ohash-large-input')
-rw-r--r-- | math/spooles/files/patch-I2Ohash-large-input | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/spooles/files/patch-I2Ohash-large-input b/math/spooles/files/patch-I2Ohash-large-input index a57bf2daedd1..2d4d467668f1 100644 --- a/math/spooles/files/patch-I2Ohash-large-input +++ b/math/spooles/files/patch-I2Ohash-large-input @@ -1,6 +1,6 @@ ---- I2Ohash/src/util.c 1998-05-31 07:45:12.000000000 +0900 -+++ I2Ohash/src/util.c 2013-03-06 14:59:43.000000000 +0900 -@@ -39,7 +39,9 @@ +--- I2Ohash/src/util.c.orig 1998-05-30 22:45:12 UTC ++++ I2Ohash/src/util.c +@@ -39,7 +39,9 @@ fflush(stdout) ; */ loc1 = (key1 + 1) % hashtable->nlist ; loc2 = (key2 + 1) % hashtable->nlist ; @@ -11,7 +11,7 @@ #if MYDEBUG > 0 fprintf(stdout, "\n loc1 = %d, loc2 = %d, loc3 = %d", loc1, loc2, loc) ; fflush(stdout) ; -@@ -158,7 +160,9 @@ +@@ -158,7 +160,9 @@ fflush(stdout) ; #endif loc1 = (key1 + 1) % hashtable->nlist ; loc2 = (key2 + 1) % hashtable->nlist ; @@ -22,7 +22,7 @@ #if MYDEBUG > 0 fprintf(stdout, "\n loc1 = %d, loc2 = %d, loc3 = %d", loc1, loc2, loc) ; fflush(stdout) ; -@@ -229,7 +233,9 @@ +@@ -229,7 +233,9 @@ if ( hashtable == NULL || pvalue == NULL } loc1 = (key1 + 1) % hashtable->nlist ; loc2 = (key2 + 1) % hashtable->nlist ; |