summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/exe2ico.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/exe2ico.c b/tools/exe2ico.c
index 5d92994..d84d3df 100644
--- a/tools/exe2ico.c
+++ b/tools/exe2ico.c
@@ -119,7 +119,11 @@ int main(int argc, char *argv[]) {
 		dataOffset += -dataOffset & ((1 << alignmentShift) - 1);
 	}
 	// Padding before the first aligned data offset
-	for (Uint8 i = 0; i < (-iconDirLength & ((1 << alignmentShift) - 1)); ++i) {
+	for (
+		Uint32 i = 0;
+		i < (-iconDirLength & ((1 << alignmentShift) - 1));
+		++i
+	) {
 		SDL_WriteU8(ico, 0);
 	}
 
it/home/.nethackrc?id=3287e9d9b684eebe18c74a169f2bf5de34de1a1f&follow=1'>Autopickup ringsJune McEnroe 2017-07-24Name dogJune McEnroe 2017-07-23Add nethackrcJune McEnroe 2017-07-23Remove useless setuid in briJune McEnroe 2017-07-23Clean up hnel a tiny bitJune McEnroe 2017-07-21Set window size in hnelJune McEnroe 2017-07-21Add hnelJune McEnroe 2017-07-19chmod 600 in dtchJune McEnroe