Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
37420d7ea831113cdbf243e3aa695d1d4cbabedb
Authored by
Austin Blanton
2014-07-30 17:03:43 -0400
1 parent
f613d429
Fix neverending UT file
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/gallery.cpp
openbr/plugins/gallery.cpp
View file @
37420d7
...
...
@@ -157,7 +157,7 @@ class BinaryGallery : public Gallery
157
157
break;
158
158
}
159
159
160
- *done =
stream.atEnd
();
160
+ *done =
gallery.pos() == gallery.size
();
161
161
return templates;
162
162
}
163
163
...
...