1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/astro/xplanet/files/patch-xplanetbg.cc
2002-11-18 01:36:31 +00:00

12 lines
440 B
C++

--- xplanetbg.cc.orig Fri Mar 22 04:17:05 2002
+++ xplanetbg.cc Sun Nov 17 18:26:59 2002
@@ -907,7 +907,7 @@
if (debug)
{
- cout << "Finished at " << ctime(&current_time.tv_sec);
+ cout << "Finished at " << ctime((time_t *)&current_time.tv_sec);
cout << "Sleeping for " << sleep_time << " seconds until "
<< ctime((time_t *) &next_update) << endl;
}