From 1c9b490da939bf7a3a6c5a4a2a08eb6475807acb Mon Sep 17 00:00:00 2001 From: koennecke Date: Tue, 13 Dec 2016 14:02:27 +0100 Subject: [PATCH] Fixed excessive magic errors originating from sicsget:PutHdbFunc --- sicsget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sicsget.c b/sicsget.c index 117af0d5..0b17fc2c 100644 --- a/sicsget.c +++ b/sicsget.c @@ -470,7 +470,7 @@ static int PutHdbFunc(void *ms, void *userData) pHdb node = NULL; int status; - node = FindHdbNode(NULL,self->name,NULL); + node = FindHdbIntern(self->name); if(node != NULL){ status = SetHipadabaPar(node,*(self->v),NULL); self->success = status;