Skip to content

Fix `if (ok)` in ThumbnailCache::getAudioKey

Eric Jiang requested to merge erjiang/kdenlive:getaudiokey-ok into master

In ThumbnailCache::getAudioKey, if (ok) checks whether the pointer is null, not the actual value of *ok which is computed right above.

Merge request reports