fix GCC4.5.1 warnings

v0.27.3
HumanDynamo 15 years ago
parent 9e3f031138
commit 1fdf4a3ab5

@ -898,7 +898,7 @@ struct state * const sp;
static void
localsub(timep, offset, tmp)
const time_t * const timep;
const long offset;
const long offset=0;
struct tm * const tmp;
{
register struct state * sp;

Loading…
Cancel
Save