From 6f5e223853eceb25a542c81d86c5cc9c715e3879 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 31 Jul 2016 19:23:49 +0200 Subject: for bool type use true and false (nw) --- src/lib/util/aviio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/util/aviio.cpp') diff --git a/src/lib/util/aviio.cpp b/src/lib/util/aviio.cpp index f0feceeffbd..6efae25a654 100644 --- a/src/lib/util/aviio.cpp +++ b/src/lib/util/aviio.cpp @@ -1945,7 +1945,7 @@ avi_file::error avi_file_impl::append_sound_samples(int channel, const std::int1 m_soundbuf_chansamples[channel] = sampoffset; /* flush any full sound chunks to disk */ - return soundbuf_flush(TRUE); + return soundbuf_flush(true); } -- cgit v1.2.3-70-g09d2