Ignore:
Timestamp:
Oct 19, 2011, 12:16:31 AM (13 years ago)
Author:
katerina
Message:

Fix for ticket #267 (Multiple compiler warnings with gcc 4.6.1).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_processcheck.c

    r338 r362  
    632632      retval = -1;
    633633    }
    634 
    635   sh_prochk_interval = (time_t) val;
    636   SL_RETURN(0, _("sh_prochk_set_interval"));
     634  else
     635    {
     636      sh_prochk_interval = (time_t) val;
     637    }
     638  SL_RETURN(retval, _("sh_prochk_set_interval"));
    637639}
    638640
Note: See TracChangeset for help on using the changeset viewer.