Fixed Ready to work with X10 function.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@229 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-01-02 19:30:05 +00:00
parent e9d3b6b057
commit ae7127473f
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ public:
inline bool Ready() inline bool Ready()
{ {
return( function == ACTIVE && image_count > warmup_count ); return( function >= ACTIVE && image_count > warmup_count );
} }
void DumpImage( Image *image ) const; void DumpImage( Image *image ) const;