WebSocketMessage compile warnings

1 view
Skip to first unread message

Paul Dardeau

unread,
Jul 26, 2011, 4:23:16 PM7/26/11
to unitt-project
WebSocketMessage.h has the variable fragments declared as:

NSMutableArray* fragments;


WebSocketMessage.m initializes fragments with (init and
initWithFragment:):

fragments = [[NSMutableData alloc] init];


Is this a mistake? (declaring fragments to be of type NSMutableArray
but then initialized with type NSMutableData)

Thanks!

Josh Morris

unread,
Aug 21, 2011, 11:46:32 AM8/21/11
to unitt-project
Good catch! Fixed in 2.6. Look for a build in the next hour or so.
Reply all
Reply to author
Forward
0 new messages