mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:13:37 +03:00
badwords: prefer 'null-terminated'
Aligning with existing text. Closes #20979
This commit is contained in:
parent
a3699e8b9e
commit
454db7aeee
8 changed files with 13 additions and 11 deletions
|
|
@ -101,4 +101,4 @@ char *Curl_bufref_dup(const struct bufref *br);
|
|||
```
|
||||
|
||||
Returns a strdup() version of the buffer. Note that this assumes that the
|
||||
bufref is null terminated.
|
||||
bufref is null-terminated.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue