From 77e308904cf075eb6ad9b963ed6263fe689c3095 Mon Sep 17 00:00:00 2001 From: Kees-V Date: Sun, 26 Oct 2014 11:22:29 +0100 Subject: [PATCH] Travis Cl build: changed TRUE to true --- src/video/videobuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/videobuffer.cpp b/src/video/videobuffer.cpp index 831a85c..2b256ee 100644 --- a/src/video/videobuffer.cpp +++ b/src/video/videobuffer.cpp @@ -152,7 +152,7 @@ void getALPRImages(cv::VideoCapture cap, VideoDispatcher* dispatcher) cv::Mat frame1; cv::Mat frame2; cv::Mat* receiveframe; - bool receiveframeisframe1 = TRUE; + bool receiveframeisframe1 = true; while (dispatcher->active) {