Mercurial > pidgin.yaz
comparison NEWS @ 29006:588fb0db1cd8
I'm not comfortable with this being an assert. If it fails then Pidgin
crashes. I don't think a fatal check like this should exist in the init
function of a prpl unless it's dangerous for the application to continue
running. I can't imagine why that would be the case here.
People also seem concerned about this struct definition:
struct raw_chunk {
guint8 type;
guint32 length;
gchar data[0];
} __attribute__ ((packed));
I'll probably investigate a little bit
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 23 Nov 2009 00:19:33 +0000 |
parents | 31ff586b8ddc |
children | a69af5cb09cd |
comparison
equal
deleted
inserted
replaced
29005:363691903201 | 29006:588fb0db1cd8 |
---|