mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
parent
0236276c3d
commit
5a263710f6
30 changed files with 60 additions and 60 deletions
|
|
@ -128,7 +128,7 @@ CURLcode Curl_urldecode(const char *string, size_t length,
|
|||
DEBUGASSERT(string);
|
||||
DEBUGASSERT(ctrl >= REJECT_NADA); /* crash on TRUE/FALSE */
|
||||
|
||||
alloc = (length?length:strlen(string));
|
||||
alloc = (length ? length : strlen(string));
|
||||
ns = malloc(alloc + 1);
|
||||
|
||||
if(!ns)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue