]> git.sesse.net Git - casparcg/commit
Fixed followup bug in output.cpp where iterator incrementation happened although...
authorHelge Norberg <helge.norberg@gmail.com>
Wed, 15 May 2013 14:33:35 +0000 (16:33 +0200)
committerHelge Norberg <helge.norberg@gmail.com>
Wed, 15 May 2013 14:33:35 +0000 (16:33 +0200)
commit8d99a50ced08a17ddf90a205f14274190d998b00
tree9cab7dd49c58279925f42a53cf12d88e398cb350
parent5f61c0f47049a9d1db69d0aaebebddcd78ed82ad
Fixed followup bug in output.cpp where iterator incrementation happened although the iterator was already placed on the next element.

Thanks to Robert Nagy for reporting the original bug and spotting the followup bug.
core/consumer/output.cpp