Skip to content

Camel MIME utils: fix aliasing issue in datetok

Enrik Berkhan requested to merge enrikb/evolution-data-server:master into master

Due to an aliasing issue, datetok() always returned NULL.

With this change, the C aliasing rules will be respected. Further, next is no longer required to be the first element in struct _date_token.

Fixes: #484 (closed)

Merge request reports