mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-19 12:06:29 -04:00
add a cast to help the compile figure out which function to use
This commit is contained in:
@@ -1125,7 +1125,7 @@ void Monitor::DumpZoneImage( const char *zone_string ) {
|
||||
|
||||
Debug( 3, "Got event %d", event_id );
|
||||
EventStream *stream = new EventStream();
|
||||
stream->setStreamStart( event_id, 1 );
|
||||
stream->setStreamStart( event_id, (unsigned int)1 );
|
||||
zone_image = stream->getImage();
|
||||
} else {
|
||||
Error("Unable to load an event for monitor %d", id );
|
||||
|
||||
Reference in New Issue
Block a user