GPOINTER_TO_INT() is the inverse of GINT_TO_POINTER().

svn path=/trunk/; revision=47374
This commit is contained in:
Guy Harris 2013-01-30 21:31:45 +00:00
parent d29e1b5604
commit 47b8a34ebb
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ followSslPacket(
) )
{ {
follow_t * fp = contextp; follow_t * fp = contextp;
SslPacketInfo * spip = p_get_proto_data(pip->fd, (size_t)datap); SslPacketInfo * spip = p_get_proto_data(pip->fd, GPOINTER_TO_INT(datap));
SslDataInfo * sdip; SslDataInfo * sdip;
gint length; gint length;
tcp_stream_chunk sc; tcp_stream_chunk sc;