From ceece2c19520beaa495708f59d467f840d8477d3 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sat, 24 Jul 2021 19:47:33 -0600 Subject: [PATCH] pkg: fix up comment about issue #213 workaround --- libpkgconf/pkg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpkgconf/pkg.c b/libpkgconf/pkg.c index bf0d911..f71f508 100644 --- a/libpkgconf/pkg.c +++ b/libpkgconf/pkg.c @@ -407,7 +407,7 @@ pkgconf_pkg_new_from_file(pkgconf_client_t *client, const char *filename, FILE * free(pc_filedir_value); /* If pc_filedir is outside of sysroot_dir, clear pc_filedir - /* See https://github.com/pkgconf/pkgconf/issues/213 + * See https://github.com/pkgconf/pkgconf/issues/213 */ if (client->sysroot_dir && strncmp(pkg->pc_filedir, client->sysroot_dir, strlen(client->sysroot_dir))) {