Hello,
On 03/11/14 11:05, Alex Hermann wrote:
Hi all,
If i understood correctly, the dialog profiles are stored in a circular doubly-linked list. I haven't seen why though. So if both doubly-linked and circular aren't necessary, could the storage be reduced to a single linked list with a NULL at the end?
No idea why the initial developer made it like this, at some point I noticed it is not effectively used. You can go ahead and change it.
Cheers, Daniel