Skip to content
Commit bf9ecc62 authored by Ray Strode's avatar Ray Strode
Browse files

local-display-factory: Add missing continue statements

commit f4922c04 tried to
fix an overrun in the code, but it neglected to add

"continue" statements to the loops, so it was stuffing
two different values into the same element of an array,
which leads to the wrong session type getting preference.

This commit fixes that.
parent b1ba6a99
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment