mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
cosmetic fix (incorrect comment)
This commit is contained in:
@@ -285,7 +285,7 @@ int utils_ipaddress_to_string(int addresslen, const unsigned char *address, unsi
|
||||
|
||||
char *utils_strip_data_from_plist_xml(char *plist_xml) {
|
||||
/* returns NULL if no data needs to be stripped out.
|
||||
* otherwise frees plist_xml and returns pointer to newly-allocated stripped text char *xml
|
||||
* returns pointer to newly-allocated stripped text char *xml
|
||||
* WHICH (like plist_xml) MUST BE FREED AFTER USE*/
|
||||
assert(plist_xml);
|
||||
int len = (int) strlen(plist_xml);
|
||||
|
||||
Reference in New Issue
Block a user