X-Git-Url: https://pd.if.org/git/?p=zpackage;a=blobdiff_plain;f=lib%2Finteg.c;h=57e7d87936bfd29417587248c9acb01f674ef352;hp=81667eae77cee6ebd721fabd5d93b1d555a6217a;hb=339988d64465820bfce614d4939cdf6a03cd3c51;hpb=b05cc6682e2cba965f2cabc98cccdd79d008f31b diff --git a/lib/integ.c b/lib/integ.c index 81667ea..57e7d87 100644 --- a/lib/integ.c +++ b/lib/integ.c @@ -127,6 +127,10 @@ static void hash_query(struct zpm *zpm, const char *zSql, struct sha256_state *h hash_byte(h, 'B'); hash_int(h, bytes); break; + default: + hash_byte(h, 'U'); + continue; + break; } sha256_process(h, data, bytes); }