shithub: cstory

Download patch

ref: 64412196f1cb79b8190099cf3c60b75328b0eca7
parent: 1a0cb626f89e3db102b5285da57e125869d9f411
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sun Nov 17 12:14:08 EST 2019

Shut up some clang warnings

This seems to produce the same assembly code

--- a/src/TextScr.h
+++ b/src/TextScr.h
@@ -18,7 +18,7 @@
 	signed char flags;
 
 	// Current positions (read position in buffer, x position in line)
-	unsigned int p_read;
+	int p_read;
 	int p_write;
 
 	// Current line to write to