Fixing segfault if last header was crunched.
authorjongfoster <jongfoster@users.sourceforge.net>
Mon, 28 May 2001 17:26:33 +0000 (17:26 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Mon, 28 May 2001 17:26:33 +0000 (17:26 +0000)
commit34d10921b08f7df2539f4fd318a72c7e755ef5f6
tree0cdc4d6ebbfe9d7cf12300db925aad23eb9deb0c
parent20e9db9a6c776639062db57390632b82f3ee0df8
Fixing segfault if last header was crunched.
Fixing Windows build (snprintf() is _snprintf() under Win32, but we
can use the cross-platform sprintf() instead.)
parsers.c