1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/comms/linrad/files/patch-rxin.c
Diane Bruce a5f6343b69 Ubreak on -head
Pet portlint
regenerate distinfo
Clean up Makefile

Reported by:	pkg-fallout@
2020-03-17 17:17:58 +00:00

12 lines
322 B
C

--- rxin.c.orig 2020-03-17 01:07:28 UTC
+++ rxin.c
@@ -1399,7 +1399,7 @@ wait:;
while(j > 0)
{
j--;
- rxin_int[j]=0x7fffffff*z[j];
+ rxin_int[j]=(float)0x7fffffff*z[j];
}
}
if(i != (int)snd[RXAD].block_bytes)