Skip to content

not compiling because of DB_CSS to DB_CCS change #26

Description

@mcshane

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions