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 88792

This commit is contained in:
Peter Howkins 2018-07-13 17:19:18 +01:00
parent c686bfaf3c
commit f9f12a1294

View file

@ -915,7 +915,7 @@ _DtCmsLookupKeyrangeV4(
Period_4 period; Period_4 period;
long tmp_tick, endtick; long tmp_tick, endtick;
Id_4 lo_key; Id_4 lo_key;
int n; int n = 0;
List_node *p_lnode; List_node *p_lnode;
int tick; int tick;
int ordinal; int ordinal;