From c7e0c451be24c2e66539075d81deab4ad27e4897 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Wed, 8 Aug 2007 12:01:46 +0000 Subject: [PATCH] tiny typo --- campcaster/src/products/scheduler/src/PlaylistEvent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campcaster/src/products/scheduler/src/PlaylistEvent.cxx b/campcaster/src/products/scheduler/src/PlaylistEvent.cxx index 9f07010e8..7f1112cca 100644 --- a/campcaster/src/products/scheduler/src/PlaylistEvent.cxx +++ b/campcaster/src/products/scheduler/src/PlaylistEvent.cxx @@ -82,7 +82,7 @@ PlaylistEvent :: PlaylistEvent( this->playLog = playLog; this->scheduleEntry = scheduleEntry; - // this init time is a wild guess, say 5 seconds should be enough + // this init time is a wild guess, say 10 seconds should be enough initTime.reset(new posix_time::time_duration(0, 0, 10, 0)); state = created;