* Cleaned up some compiler warnings.
authorArt Cancro <ajc@citadel.org>
Fri, 4 Sep 2009 21:43:24 +0000 (21:43 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 4 Sep 2009 21:43:24 +0000 (21:43 +0000)
commit271ae0c56eb31271d4c9808e461df1f70cfe7b56
treed3b03a7d0610caaab2a23a6c2c4bbab36b2c0f8a
parent4217e251e200b8c8eb7f421df87f1bce958f907c
* Cleaned up some compiler warnings.
* msgbase.c : look for the string NOTE ZERO-LENGTH TOKENS to find a place where StrBufExtract_NextToken() is supplying an infinite number of zero-length tokens at the end of the string, which locks up the caller.
citadel/msgbase.c