Hexrays CFSTR can't detect if raw string point inside string

look at stru_ABF0A0 can’t detect because point inside string aAudioformatdes_33+35h

cfstring:0000000000ABF080 stru_ABF080 __CFString <offset __CFConstantStringClassReference, 7C8h,
cfstring:0000000000ABF080 offset aCCCC08x, 0Dh> ; “%c%c%c%c:%08X”

cfstring:0000000000ABF0A0 stru_ABF0A0 __CFString <offset __CFConstantStringClassReference, 7C8h,
cfstring:0000000000ABF0A0 offset aAudioformatdes_33+35h, 8> ; “%c%c%c%c”

if ( a3 )
return CFStringCreateWithFormat(a1, 0LL, CFSTR(“%c%c%c%c:%08X”), v3, BYTE2(a2));
else
return CFStringCreateWithFormat(a1, 0LL, &stru_ABF0A0, v3, BYTE2(a2));

can you fix this ?

Best way to get such issues fixed is to open a ticket on support.hex-rays.com and attach a sample binary.

does this support work only for users who bought ida or for others too?