Skip to content

Commit

Permalink
handle the case of both blank identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
PolBreachIty committed Apr 17, 2020
1 parent 3285af8 commit 4a5d311
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions semtag
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ function compare_identifiers {
eval "$__result=-1"
return 0
fi

eval "$__result=0"
}

# Assigns a 2 size array with the identifier, having the identifier at pos 0, and the number in pos 1
Expand Down

0 comments on commit 4a5d311

Please sign in to comment.