openbsd-ports/emulators/x48/patches/patch-src_hp48_h
naddy c68cd641fb * use "signed char" where a signed char is required
* fgetc() returns int
* don't override system defaults for compiler and optimization
* clean up patches
* md5 -> distinfo
2002-02-21 01:04:22 +00:00

13 lines
362 B
Plaintext

$OpenBSD: patch-src_hp48_h,v 1.1 2002/02/21 01:04:23 naddy Exp $
--- src/hp48.h.orig Thu Feb 21 01:38:49 2002
+++ src/hp48.h Thu Feb 21 01:39:02 2002
@@ -218,7 +218,7 @@ typedef struct saturn_t {
word_8 unknown2;
- char timer1; /* may NOT be unsigned !!! */
+ signed char timer1; /* may NOT be unsigned !!! */
word_32 timer2;
long t1_instr;