From d92d9497738a71d596dd8aa9a4214280e9ddf960 Mon Sep 17 00:00:00 2001 From: Rob Pearce Date: Sat, 29 Oct 2005 07:07:29 +0000 Subject: [PATCH] - Fixed bug in load map code. --- example.map | Bin 11205 -> 11205 bytes netmapr.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/example.map b/example.map index 90e69308b7e6aeb3ca3ddf036743b5027700ce30..3c618129035b96d9166a7668369d7bc3265ffe7e 100644 GIT binary patch delta 15 WcmX>ael(md%s|i5GI=B0er*6Qf(2;+ delta 15 WcmX>ael(md%s|i5GHD~*er*6QeFbO$ 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);