Skip to content

Commit

Permalink
type: fix major bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach committed Jun 23, 2019
1 parent d7e3fd0 commit 3e1029d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/type/type.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ int elektraTypeGet (Plugin * handle ELEKTRA_UNUSED, KeySet * returned, Key * par
const char * typeName = getTypeName (cur);
if (typeName == NULL)
{
return true;
continue;
}

const Type * type = findType (typeName);
Expand Down

0 comments on commit 3e1029d

Please sign in to comment.