svn commit: r533991 - head/graphics/swftools/files
Dirk Meyer
dinoex at FreeBSD.org
Mon May 4 21:45:09 UTC 2020
Author: dinoex
Date: Mon May 4 21:45:08 2020
New Revision: 533991
URL: https://svnweb.freebsd.org/changeset/ports/533991
Log:
- fix debug output
Added:
head/graphics/swftools/files/patch-swfc.c (contents, props changed)
Added: head/graphics/swftools/files/patch-swfc.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/swftools/files/patch-swfc.c Mon May 4 21:45:08 2020 (r533991)
@@ -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 {
More information about the svn-ports-all
mailing list