From 789a8591b269df6ba6524206f8bfa3b60e4b67b6 Mon Sep 17 00:00:00 2001 From: Fred Cooke Date: Wed, 13 Jun 2012 17:03:23 +0200 Subject: [PATCH] Tiny fix found while looking for mistakes that might have been causing Mike trouble, but trouble persisted post fixing it. --- src/blockDetailsLookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blockDetailsLookup.c b/src/blockDetailsLookup.c index 3fef6a5..de9617f 100644 --- a/src/blockDetailsLookup.c +++ b/src/blockDetailsLookup.c @@ -388,7 +388,7 @@ unsigned short lookupBlockDetails(unsigned short locationID, blockDetails* detai details->FlashPage = TUNETABLES_PPAGE; details->RAMAddress = (void*)&TablesB.SmallTablesB.loggingSettings; details->FlashAddress = loggingSettings2Location; - details->parent = SmallTablesBLocationID; + details->parent = SmallTablesB2LocationID; break; /* TablesC small tables */ -- 2.11.4.GIT