pkg: fix up comment about issue #213 workaround

pull/231/head
Ariadne Conill 2021-07-24 19:47:33 -06:00
parent 76968a4f8d
commit ceece2c195
1 changed files with 1 additions and 1 deletions

View File

@ -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)))
{