Corrected timestamp fractional token.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2221 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2007-09-18 15:07:19 +00:00
parent 4198f02114
commit 5378a73ae2
1 changed files with 1 additions and 1 deletions

View File

@ -2219,7 +2219,7 @@ void Monitor::TimestampImage( Image *ts_image, const struct timeval *ts_time ) c
d_ptr += snprintf( d_ptr, sizeof(label_text)-(d_ptr-label_text), "%s", trigger_data->trigger_showtext );
found_macro = true;
break;
case 'v' :
case 'f' :
d_ptr += snprintf( d_ptr, sizeof(label_text)-(d_ptr-label_text), "%02ld", ts_time->tv_usec/10000 );
found_macro = true;
break;