1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/astro/phoon/files/patch-phoon.c
2018-06-03 03:25:10 +00:00

12 lines
326 B
C

--- phoon.c.orig 2014-06-29 23:07:16 UTC
+++ phoon.c
@@ -534,7 +534,7 @@ main( int argc, char** argv )
if ( argc - argn == 0 )
{
/* No arguments present - use the current date and time. */
- t = time( (time_t) 0 );
+ t = time( NULL );
}
else if ( argc - argn == 1 || argc - argn == 2 || argc - argn == 3 )
{