summaryrefslogtreecommitdiffstats
path: root/hyperlinks.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-06-30 16:01:10 +0100
committerThomas Adam <thomas@xteddy.org>2023-06-30 16:01:10 +0100
commit237ee6f2311b351b8a3bb3b46e17622f6e3b6bb9 (patch)
treeb9c4298a78b4a85dfcb517a6648570a331ae5d17 /hyperlinks.c
parent8c9fbbf4f3baae95c0ec437108f39483ced815cb (diff)
parent4e57894e8506f27844fc0e6353475a0b61fd7807 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'hyperlinks.c')
-rw-r--r--hyperlinks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperlinks.c b/hyperlinks.c
index cde500c0..70c2f4e3 100644
--- a/hyperlinks.c
+++ b/hyperlinks.c
@@ -42,7 +42,7 @@
#define MAX_HYPERLINKS 5000
-static uint64_t hyperlinks_next_external_id = 1;
+static long long hyperlinks_next_external_id = 1;
static u_int global_hyperlinks_count;
struct hyperlinks_uri {