From 1a157e64a6d88c7dbfa49e52a3ceef839bf8c874 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 20 Sep 2014 14:50:24 -0500 Subject: Update hardware device classification map Fix potential infinite loop in TDEStyle (cherry picked from commit 6b07d53d94da20837b2993180a02f7b474051e0c) --- kdefx/kstyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdefx') diff --git a/kdefx/kstyle.cpp b/kdefx/kstyle.cpp index b37ae91c1..ac37f69c8 100644 --- a/kdefx/kstyle.cpp +++ b/kdefx/kstyle.cpp @@ -2091,7 +2091,7 @@ void TransparencyHandler::bottomShadow(TQImage& dst) } } - strip_data = shadow_strip[++line]; + strip_data = shadow_strip[line++]; } } -- cgit v1.2.1