]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nss/tst-nss-files-alias-leak: add missing opening quote in printf
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 24 Mar 2019 14:49:03 +0000 (15:49 +0100)
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>
Mon, 25 Mar 2019 15:22:53 +0000 (12:22 -0300)
ChangeLog
nss/tst-nss-files-alias-leak.c

index 0f4d7465c2a12601af0f4d6c5092d1b8f40916a8..75bab0f2bfec824f99533f6a7efc665ddbfc3794 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-03-25  Andreas K. Hüttel  <dilfridge@gentoo.org>
+
+       * nss/tst-nss-files-alias-leak.c (do_test): add missing opening
+       quote in printf.
+
 2019-03-25  Mike Crowe  <mac@mcrowe.com>
 
        * nptl/tst-rwlock14.c (do_test): Replace duplicate calls to
index 4ebe186644c2bb343b71b3c4291af3712d5ab140..946739bd725332641ec403f749ade03fe40b0548 100644 (file)
@@ -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);