Commit 0cc51d5ecbc77c4a29569348131fcc2bf8fec75a

Authored by Josh Klontz
1 parent 37420d7e

Revert "Fix neverending UT file"

This reverts commit 37420d7ea831113cdbf243e3aa695d1d4cbabedb.
Showing 1 changed file with 1 additions and 1 deletions
openbr/plugins/gallery.cpp
@@ -157,7 +157,7 @@ class BinaryGallery : public Gallery @@ -157,7 +157,7 @@ class BinaryGallery : public Gallery
157 break; 157 break;
158 } 158 }
159 159
160 - *done = gallery.pos() == gallery.size(); 160 + *done = stream.atEnd();
161 return templates; 161 return templates;
162 } 162 }
163 163