1 --- udpxy-1.0.23-10/udpxrec.c.orig 2018-05-25 07:50:38.063817252 +0000
2 +++ udpxy-1.0.23-10/udpxrec.c 2018-05-25 07:51:08.606689705 +0000
5 if( g_recopt.bg_time < now ) {
6 (void)strncpy( now_buf, Zasctime(localtime( &now )),
9 (void)strncpy( sel_buf,
10 Zasctime(localtime( &g_recopt.bg_time )),
12 + sizeof(sel_buf)-1 );
14 (void) fprintf( stderr,
15 "Selected %s time is in the past, "
18 if( g_recopt.end_time < now ) {
19 (void)strncpy( now_buf, Zasctime(localtime( &now )),
21 + sizeof(now_buf)-1 );
22 (void)strncpy( sel_buf,
23 Zasctime(localtime( &g_recopt.end_time )),
25 + sizeof(sel_buf)-1 );
27 (void) fprintf( stderr,
28 "Selected %s time is in the past, "