|
From: <sv...@va...> - 2015-06-05 19:35:06
|
Author: florian
Date: Fri Jun 5 20:34:59 2015
New Revision: 15322
Log:
Fix a condition that was always true. Found by cppcheck.
See BZ #348565.
Modified:
trunk/NEWS
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Fri Jun 5 20:34:59 2015
@@ -227,6 +227,7 @@
348102 Patch updating v4l2 API support
348247 jno jumps wrongly when overflow is not set
348728 Fix broken check for VIDIOC_G_ENC_INDEX
+348565 Fix redundant condition
n-i-bz Provide implementations of certain compiler builtins to support
compilers who may not provide those
n-i-bz Old STABS code is still being compiled, but never used. Remove it.
|