summaryrefslogtreecommitdiff
path: root/lib/verror.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-09-14 00:35:56 +0200
committerBruno Haible <bruno@clisp.org>2017-09-14 00:35:56 +0200
commit03eac9d394567d707a74826dfc9c305555946597 (patch)
treedf5743f58e2f39dd8ad3b30da118b3afad285c9e /lib/verror.c
parentb7773f3f796588544f36b45be274f42b36b42149 (diff)
downloadgnulib-03eac9d394567d707a74826dfc9c305555946597.tar.gz
all: Replace many more http URLs by https URLs. Update stale URLs.
* users.txt: Remove mention of 'newts'. * lib/localename.c: Update comment about LANG_SOTHO.
Diffstat (limited to 'lib/verror.c')
-rw-r--r--lib/verror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/verror.c b/lib/verror.c
index d3b91c9fb6..e4b68cb78f 100644
--- a/lib/verror.c
+++ b/lib/verror.c
@@ -58,7 +58,7 @@ verror_at_line (int status, int errnum, const char *file,
char *message = xvasprintf (format, args);
if (message)
{
- /* Until http://sourceware.org/bugzilla/show_bug.cgi?id=2997 is fixed,
+ /* Until https://sourceware.org/bugzilla/show_bug.cgi?id=2997 is fixed,
glibc violates GNU Coding Standards when the file argument to
error_at_line is NULL. */
if (file)