diff options
-rw-r--r-- | taipan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3103,7 +3103,7 @@ void name_firm(void) { --firmlen; } } else if(firmlen < 22) { - cputc(firm[firmlen++] = input); + cputc(firm[firmlen++] = input | 0x80); randseed <<= 1; randseed += (input - 32); } |