diff -r 39e22f84ce6e -r cab66ef3e68e src/dcf.c --- a/src/dcf.c Mon Aug 06 17:59:06 2007 +0200 +++ b/src/dcf.c Tue Aug 07 17:18:03 2007 +0200 @@ -109,7 +109,7 @@ { /* pointer to the DCF string for NodeID */ target_Index = UNS16_LE(*((UNS16*)(d->dcf_cursor))); d->dcf_cursor += 2; - target_Subindex = *((UNS8*)(((UNS8*)d->dcf_cursor)++)); + target_Subindex = *((UNS8*)((UNS8*)d->dcf_cursor++)); target_Size = UNS32_LE(*((UNS32*)(d->dcf_cursor))); d->dcf_cursor += 4; /* printf("Master : ConfigureSlaveNode %2.2x (Concise