DB_CSS was changed to DB_CCS in 917f6f1, but was not updated in dex2DB.c. Does not compile currently.
index 22f965d..76ab8c5 100644
--- a/dex2DB.c
+++ b/dex2DB.c
@@ -647,7 +647,7 @@ int main(int argc, char *argv[])
offset += clen;
if (pwell == s->well)
- { prec[pcnt].flags |= DB_CSS;
+ { prec[pcnt].flags |= DB_CCS;
pcnt += 1;
if (pcnt >= pmax)
{ pmax = ((int) (pcnt*1.2)) + 100;
@@ -843,7 +843,7 @@ int main(int argc, char *argv[])
offset += clen;
if (pwell == rec->well)
- { prec[pcnt].flags |= DB_CSS;
+ { prec[pcnt].flags |= DB_CCS;
pcnt += 1;
if (pcnt >= pmax)
{ pmax = ((int) (pcnt*1.2)) + 100;
DB_CSSwas changed toDB_CCSin 917f6f1, but was not updated index2DB.c. Does not compile currently.