From 6b07d53d94da20837b2993180a02f7b474051e0c 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 --- tdefx/tdestyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdefx/tdestyle.cpp') diff --git a/tdefx/tdestyle.cpp b/tdefx/tdestyle.cpp index 73bf983a0..8e9fe40f0 100644 --- a/tdefx/tdestyle.cpp +++ b/tdefx/tdestyle.cpp @@ -2139,7 +2139,7 @@ void TransparencyHandler::bottomShadow(TQImage& dst) } } - strip_data = shadow_strip[++line]; + strip_data = shadow_strip[line++]; } } -- cgit v1.2.3