Error in msn/notification.c
Andrea Visinoni
andrea at puntualmenteinritardo.com
Sun Nov 23 07:59:32 EST 2008
Seems like that changes in ubx_cmd_post function doesn't reflect the
struct format in msn/user.h
CurrentMedia media = {CURRENT_MEDIA_UNKNOWN, NULL, NULL, NULL};
typedef struct _CurrentMedia
{
char *artist; /**< Artist. */
char *album; /**< Album. */
char *title; /**< Title. */
} CurrentMedia;
and also CURRENT_MEDIA_UNKNOWN isn't defined.
Andrea
More information about the Devel
mailing list