Removed extraneous format field.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1166 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2004-12-28 15:45:23 +00:00
parent f6b2d23d88
commit 5344c6b86c
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ int main( int argc, char *argv[] )
continue;
}
static char path[PATH_MAX] = "";
snprintf( path, sizeof(path), frame_header.alarm_frame?anal_path:capt_path, "%s/%d/%ld/%03ld-%s.jpg", frame_header.event_id, frame_header.frame_id );
snprintf( path, sizeof(path), frame_header.alarm_frame?anal_path:capt_path, frame_header.event_id, frame_header.frame_id );
Debug( 1, ( "Got image, writing to %s", path ));
FILE *fd = 0;