Skip to content
Snippets Groups Projects
Commit a3455066 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Add an assert to make tools happier.

svn:r16782
parent d5b2dab3
No related branches found
No related tags found
No related merge requests found
......@@ -358,6 +358,8 @@ smartlist_split_string(smartlist_t *sl, const char *str, const char *sep,
;
}
tor_assert(end);
if (!*end) {
next = NULL;
} else if (sep) {
......
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