diff --git a/example.map b/example.map index 90e6930..3c61812 100644 Binary files a/example.map and b/example.map differ diff --git a/netmapr.c b/netmapr.c index 2d7b2f5..e6fae0c 100644 --- a/netmapr.c +++ b/netmapr.c @@ -2885,7 +2885,7 @@ int loadmap(void) { } /* current version(s) */ - if (!strcmp(vers, "V0.99b")) { + if (!strcmp(vers, "V0.99b") || !strcmp(vers, "V0.99c")) { /* read in number maps */ fread(&nummaps, sizeof(int), 1, f);