..doing some cleaning up and wanted to get out the actual patch.  

This addresses the issue "Missing space at 70/147 chars" in Subject line"
(internet_addressing.c).  

Just compiled and tested again, about 5 minutes ago..

889c889,890
< 				(*(sField + Offset) == '\n') &&
---
> 				(*(sField + Offset) == '\n') ||
> 				(isspace(*(sField + Offset)))) && 

Reply via email to