Original commit message from CVS:
Fixes #106774
This commit is contained in:
Ronald S. Bultje 2003-04-07 16:42:00 +00:00
parent 1c8f28223f
commit 856802d832
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ void cut_start (GstElement *element)
g_print ("DEBUG: cut_start: main_bin paused\n");
{
long seconds;
time_t seconds;
struct tm *ct;
time (&seconds);
ct = localtime (&seconds);

View file

@ -43,7 +43,7 @@ void cut_start (GstElement *element)
g_print ("DEBUG: cut_start: main_bin paused\n");
{
long seconds;
time_t seconds;
struct tm *ct;
time (&seconds);
ct = localtime (&seconds);