ports/comms/linrad/files/patch-morse.c
Diane Bruce 141fc2293d Fix build for latest clang import
Reported by:	pkg-fallout@
2016-12-07 15:23:56 +00:00

11 lines
161 B
C

--- 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
{