This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH] nss/tst-nss-files-alias-leak: add missing opening quote in printf
- From: Andreas K. Hüttel <dilfridge at gentoo dot org>
- To: libc-alpha at sourceware dot org
- Cc: Andreas K. Hüttel <dilfridge at gentoo dot org>
- Date: Sun, 24 Mar 2019 15:49:03 +0100
- Subject: [PATCH] nss/tst-nss-files-alias-leak: add missing opening quote in printf
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
---
nss/tst-nss-files-alias-leak.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nss/tst-nss-files-alias-leak.c b/nss/tst-nss-files-alias-leak.c
index 4ebe186644..946739bd72 100644
--- a/nss/tst-nss-files-alias-leak.c
+++ b/nss/tst-nss-files-alias-leak.c
@@ -191,7 +191,7 @@ do_test (void)
else if (ret != ERANGE)
{
support_record_failure ();
- printf ("error: invalid return code %d (user \%s\", size %zu)\n",
+ printf ("error: invalid return code %d (user \"%s\", size %zu)\n",
ret, users[id], size);
}
free (buffer);
--
2.21.0