From: Chris Brown <77508021+peakschris@users.noreply.github.com> Date: Fri, 22 Aug 2025 08:00:44 +0000 (-0400) Subject: address review comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2717%2Fhead;p=thirdparty%2Flibarchive.git address review comment --- diff --git a/tar/test/test_crlf_mtree.c b/tar/test/test_crlf_mtree.c index 8169ec451..5ef881136 100644 --- a/tar/test/test_crlf_mtree.c +++ b/tar/test/test_crlf_mtree.c @@ -15,7 +15,10 @@ DEFINE_TEST(test_crlf_mtree) size_t s; int r; p0 = NULL; - char *content = "#mtree\r\nf type=file uname=\\\r\nroot gname=root mode=0755 content=bar/foo\r\ng type=file uname=root gname=root mode=0755 content=bar/goo\r\n"; + char *content = "#mtree\r\n" + "f type=file uname=\\\r\n" + "root gname=root mode=0755 content=bar/foo\r\n" + "g type=file uname=root gname=root mode=0755 content=bar/goo\r\n"; char *filename = "output.tar"; #if defined(_WIN32) && !defined(__CYGWIN__) char *p;