Skip to content

Commit

Permalink
fix: update string instance info on error set
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonidotpy committed Oct 5, 2023
1 parent d51ec7b commit ae200ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions error-utils/error_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ bool error_utils_set(
err->is_expired = false;
err->is_running = true;
err->timestamp = handler->get_timestamp();
err->string_instance = is_string;

// Update handler
++(handler->running);
Expand Down

0 comments on commit ae200ca

Please sign in to comment.