mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-01 08:03:31 +01:00
fix comment
svn:r3110
This commit is contained in:
parent
538c3b0c26
commit
bd5524bfc7
@ -307,7 +307,7 @@ char *smartlist_join_strings(smartlist_t *sl, const char *join,
|
|||||||
return smartlist_join_strings2(sl,join,strlen(join),terminate,len_out);
|
return smartlist_join_strings2(sl,join,strlen(join),terminate,len_out);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** As smartlist_join_strings2, but instead of separating/terminated with a
|
/** As smartlist_join_strings, but instead of separating/terminated with a
|
||||||
* NUL-terminated string <b>join</b>, uses the <b>join_len</b>-byte sequence
|
* NUL-terminated string <b>join</b>, uses the <b>join_len</b>-byte sequence
|
||||||
* at <b>join</b>. (Useful for generating a sequence of NUL-terminated
|
* at <b>join</b>. (Useful for generating a sequence of NUL-terminated
|
||||||
* strings.)
|
* strings.)
|
||||||
|
Loading…
Reference in New Issue
Block a user