Dominick Meglio's new ares_expand_string() function
This commit is contained in:
@@ -36,6 +36,8 @@ const char *ares_strerror(int code)
|
||||
"End of file",
|
||||
"Error reading file",
|
||||
"Out of memory"
|
||||
"Channel is being destroyed",
|
||||
"Misformatted string"
|
||||
};
|
||||
|
||||
assert(code >= 0 && code < (int)(sizeof(errtext) / sizeof(*errtext)));
|
||||
|
||||
Reference in New Issue
Block a user