Skip to content
Snippets Groups Projects
Commit b55cf4a0 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

fix typo

parent 3c3d384e
No related branches found
No related tags found
No related merge requests found
......@@ -287,7 +287,7 @@ void *Selvar(void *argument)
}
else if ( operatorID == DELPARAM )
{
if ( strcmp(argnames[isel], varname) == 0 )
if ( strcmp(argnames[isel], paramstr) == 0 )
{
vlistDefFlag(vlistID1, varID, levID, FALSE);
selfound[isel] = TRUE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment