Mark user input in error message

master
Kai Pastor 2024-03-16 15:19:57 +01:00 committed by Ariadne Conill
parent 6219af9a0a
commit 4e01010d6f
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ pkgconf_queue_verify(pkgconf_client_t *client, pkgconf_pkg_t *world, pkgconf_lis
{
unsigned int result;
pkgconf_pkg_t initial_world = {
.id = "virtual:world",
.id = "user:request",
.realname = "virtual world package",
.flags = PKGCONF_PKG_PROPF_STATIC | PKGCONF_PKG_PROPF_VIRTUAL,
};