From b133b9023c9d086026ad9c94a2cc5f35848c0b2f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 24 Feb 2015 09:34:39 +0100 Subject: [PATCH] lib/package_unpack.c: wrap some long lines and fix an obvious error. --- lib/package_unpack.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/package_unpack.c b/lib/package_unpack.c index e22aa5fa..b8aee1a0 100644 --- a/lib/package_unpack.c +++ b/lib/package_unpack.c @@ -279,9 +279,11 @@ unpack_archive(struct xbps_handle *xhp, */ if (file_exists && match_preserved_file(xhp, entry_pname)) { archive_read_data_skip(ar); - xbps_dbg_printf(xhp, "[unpack] `%s' exists on disk and must be preserved, skipping.\n", xhp, entry_pname); - xbps_set_cb_state(xhp, XBPS_STATE_UNPACK_FILE_PRESERVED, 0, pkgver, - pkgver, "%s: file `%s' won't be extracted, it's preserved.\n", pkgver, entry_pname); + xbps_dbg_printf(xhp, "[unpack] `%s' exists on disk " + "and must be preserved, skipping.\n", xhp, entry_pname); + xbps_set_cb_state(xhp, XBPS_STATE_UNPACK_FILE_PRESERVED, 0, + pkgver, "%s: file `%s' won't be extracted, " + "it's preserved.\n", pkgver, entry_pname); continue; } /*