The strings can never be this long, but I think it looks nicer.
Signed-off-by: Pete Zaitcev <[email protected]>
diff --git a/server/server.c b/server/server.c
index 15ac4f1..44d97c9 100644
--- a/server/server.c
+++ b/server/server.c
@@ -631,7 +631,7 @@ static bool cli_resp_xml(struct client *cli, GList *content)
{
int rc;
bool rcb;
- int content_len = strlist_len(content);
+ size_t content_len = strlist_len(content);
struct chunksrv_req *resp = NULL;
resp = malloc(sizeof(*resp));
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html