commit 2d39fa5bc4db7e9fbc3265ca688606c6b911b921
parent 692475f1bd04e8ac6ec0006e09cbfd2e2b919200
Author: Frederic Cambus <fred@statdns.com>
Date: Sat, 3 Nov 2018 21:19:03 +0100
Use '@' instead of integer value for the start of PCB sequences
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/loaders/pcboard.c b/src/loaders/pcboard.c
@@ -87,7 +87,7 @@ int ansilove_pcboard(struct ansilove_ctx *ctx, struct ansilove_options *options)
case SUB:
loop = ctx->length;
break;
- case 64:
+ case '@':
/* PCB sequence */
if (next_character == 88) {
/* set graphics rendition */