Skip to content

Commit

Permalink
Ooops a few commits back
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Sep 24, 2024
1 parent cff558e commit 915618b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smax-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ int smaxStringToValues(const char *str, void *value, XType type, int eCount, int

if(str == NULL) {
xZero(value, type, eCount);
return x_trace_null(fn, NULL);
return x_error(fn, NULL, "input string is NULL");
}

next = (char *) str;
Expand Down

0 comments on commit 915618b

Please sign in to comment.