Index: head/comms/linrad/files/patch-morse.c =================================================================== --- head/comms/linrad/files/patch-morse.c (nonexistent) +++ head/comms/linrad/files/patch-morse.c (revision 428065) @@ -0,0 +1,11 @@ +--- morse.c.orig 2016-12-07 15:17:38 UTC ++++ morse.c +@@ -80,7 +80,7 @@ int i, j; + float r1; + if(charbits > 6) + { +- chr=243; ++ chr=(char)243; + } + else + { Property changes on: head/comms/linrad/files/patch-morse.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ 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