]> Savannah Git Hosting - gnulib.git/commitdiff
readutmp: fix comment bug ID
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Aug 2023 19:43:05 +0000 (12:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Aug 2023 19:43:05 +0000 (12:43 -0700)
* lib/readutmp.c: Fix comment (thanks to Bruno Haible).

lib/readutmp.c

index b8eba076fab80fb484dd95fd63065b324a928c3b..4e1d7ec26bef6cba4474433f72c9079b61794b97 100644 (file)
@@ -47,7 +47,7 @@
 # pragma GCC diagnostic ignored "-Wsizeof-pointer-memaccess"
 #endif
 
-/* Work around <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109614>.  */
+/* Work around <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110884>.  */
 #if 11 <= __GNUC__
 # pragma GCC diagnostic ignored "-Wstringop-overread"
 #endif