X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=util%2Fit_key.c;fp=util%2Fit_key.c;h=5ec244b9d4e322b3029e394da1c94635e9d9b371;hp=2be588605e1bce528112a1f6307c2fdceccbbd3d;hb=aeea139423b8eaf28a4de53b3d7b2ad1f22284e7;hpb=0052fb5520062c328006dc3537f39d28e88f3579 diff --git a/util/it_key.c b/util/it_key.c index 2be5886..5ec244b 100644 --- a/util/it_key.c +++ b/util/it_key.c @@ -132,7 +132,7 @@ int key_qsort_compare (const void *p1, const void *p2) size_t l; char *cp1 = *(char **) p1; char *cp2 = *(char **) p2; - + if ((r = strcmp (cp1, cp2))) return r; l = strlen(cp1)+1; @@ -216,7 +216,7 @@ void iscz1_encode (void *vp, char **dst, const char **src) 3, 2, 9, 12 3, 2, 10, 2 4, 1 - + if diff is 0, then there is more ... if diff is non-zero, then _may_ be more */