1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- fix debug output

This commit is contained in:
Dirk Meyer 2020-05-04 21:45:08 +00:00
parent 49e59c47c5
commit 8fc77dd69d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533991

View File

@ -0,0 +1,11 @@
--- src/swfc.c.orig 2012-04-08 17:25:26 UTC
+++ src/swfc.c
@@ -4056,7 +4056,7 @@ static int c_on_key(map_t*args)
if(key[0]>=32) {
current_button_flags |= 0x4000 + (key[0]*0x200);
} else {
- syntaxerror("invalid character: %c"+key[0]);
+ syntaxerror("invalid character: %c",key[0]);
return 1;
}
} else {