On Tue, Aug 06, 2013 at 10:16:24AM +0100, Alex Bligh wrote: > @@ -628,6 +629,8 @@ int main(int argc, char **argv) > { > GSource *src; > > + init_clocks(); > +
Why add this call now? Are there any other programs where this should be added too?
On Tue, Aug 06, 2013 at 10:16:24AM +0100, Alex Bligh wrote: > @@ -628,6 +629,8 @@ int main(int argc, char **argv) > { > GSource *src; > > + init_clocks(); > +
Why add this call now? Are there any other programs where this should be added too?