Skip to content

bus/desktop-file.c: Fix "logical 'or' of collectively exhaustive tests is always true"

Ralf Habacker requested to merge rhabacker/dbus:230-fix-compile-error into master

The error has been included since 2003 and has now been detected by the compiler check -Werror=logical-op.

Fixes: #230 (closed)

Signed-off-by: Ralf Habacker ralf.habacker@freenet.de

Closes #230 (closed)

Edited by Ralf Habacker

Merge request reports