Index: head/graphics/swftools/files/patch-swfc.c =================================================================== --- head/graphics/swftools/files/patch-swfc.c (nonexistent) +++ head/graphics/swftools/files/patch-swfc.c (revision 533991) @@ -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 { Property changes on: head/graphics/swftools/files/patch-swfc.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property