Edit

IABSD.fr/ports/x11/wmweather/patches

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2024-03-30 18:46:03
    Hash : b005fdb3
    Message : Update to wmweather-2.4.8.

  • patch-src_wmweather_c
  • 64bit time_t
    
    Index: src/wmweather.c
    --- src/wmweather.c.orig
    +++ src/wmweather.c
    @@ -696,7 +696,7 @@ static void update(int force_read)
     	FILE   *F;
     	char   buffer[MAX_STRING], *i;
     	int    line, n, q, sgn;
    -	long   l = 0;
    +	long long l = 0;
     
     	time(&l);
     	tm = gmtime(&l);