freebsd-ports/games/xptools/files/patch-RF__Main.cpp
Kurt Jaeger ca8d1fcedd games/xptools: fix build for 11.2 and current
- lots of fixes

PR:		229517
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Approved by:	Michael Danilov <mike.d.ft402@gmail.com> (maintainer)
2018-07-29 18:49:38 +00:00

11 lines
244 B
C++

--- src/RenderFarmUI/RF_Main.cpp.orig 2018-07-04 20:42:21 UTC
+++ src/RenderFarmUI/RF_Main.cpp
@@ -303,7 +303,7 @@ static GISTool_RegCmd_t sUtilCmds[] = {
-static int fifo = NULL;
+static int fifo = 0;
static float CheckFifo(void)
{