> + if ( next[1] ) { > + SAFEMEMCPY( next, next + 1, strlen( next + 1 ) + 1 ); > + next++; /* skip the escaped character */ > + } oops, that was wrong. Moved the next++ out of the if(). -- Hallvard