From 728b0fd9613315fa91c396e7ce1709d37faf1493 Mon Sep 17 00:00:00 2001 From: "F. Duncanh" Date: Mon, 24 Mar 2025 01:39:45 -0400 Subject: [PATCH] cosmetic fix (incorrect comment) --- lib/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.c b/lib/utils.c index 0eb5624..fa58dbc 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -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);