1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtcm: Coverity 88917

This commit is contained in:
Peter Howkins 2018-07-13 17:12:23 +01:00
parent c180f33d90
commit cc3d276d31

View file

@ -2630,7 +2630,7 @@ validate_rfp(
repeat_wk = -1, repeat_wk = -1,
repeat_every = 0, repeat_every = 0,
repeat_forever = False; repeat_forever = False;
CSA_sint32 repeat_type; CSA_sint32 repeat_type = 0;
CSA_uint32 repeat_times = 0; CSA_uint32 repeat_times = 0;
char rule_buf[32]; char rule_buf[32];