From 562329c1b91f27141aaf06ac96e4619a315cc487 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 13 Jan 2026 22:11:43 +0000 Subject: [PATCH] Make a couple more Unicode-related variables unsigned This deals with some warnings when building with Emscripten. --- bedstead.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bedstead.c b/bedstead.c index 684894d..4040e46 100644 --- a/bedstead.c +++ b/bedstead.c @@ -4084,7 +4084,7 @@ static void docmap(int pid, int eid, int format) { int i; - long limit = 0x10000; + unsigned long limit = 0x10000; printf("