From: Michael Gernoth Date: Sun, 19 May 2013 10:40:09 +0000 (+0000) Subject: high nibble might not exceed 12 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/fs20pcs/commitdiff_plain/cbd3f0ba8f102c8b9ad6cad0097c785a970048eb high nibble might not exceed 12 --- diff --git a/fs20pcs.c b/fs20pcs.c index 431004f..e9b13de 100644 --- a/fs20pcs.c +++ b/fs20pcs.c @@ -369,7 +369,7 @@ int parse_extension(char *ext) printf("Current best match!\n"); #endif diff = d; - high = l; + high = i_l; low = i; } }