* One more change to the recent header folding bugfix
authorArt Cancro <ajc@citadel.org>
Fri, 27 Aug 2010 18:37:59 +0000 (18:37 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 27 Aug 2010 18:37:59 +0000 (18:37 +0000)
citadel/internet_addressing.c

index 8bfdd6a1c952adf9b36fc650fc83f71e0845e439..5f19a9a56cb6e7d3e19d5fb9f1f3db0dbd7dc499 100644 (file)
@@ -779,7 +779,7 @@ struct CtdlMessage *convert_internet_message_buf(StrBuf **rfc822)
                       (done == 0) ) 
                {
 
-                       if ( (*pos=='\n') && ((*pos+1)!=0x20) && ((*pos+1)!=0x09) )
+                       if ( (*pos=='\n') && ((*(pos+1))!=0x20) && ((*(pos+1))!=0x09) )
                        {
                                end = pos;
                        }