fix boundary error

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23516 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-09-15 05:58:05 +00:00
parent 39f7231d95
commit 1fd53fc322

View file

@ -287,7 +287,7 @@ main(int argc, char** argv, char **env)
if ((pos < 80) && ([line length] + pos >= 80))
{
unsigned off = 80 - pos;
unsigned off = 79 - pos;
/*
* Look for a break in a method call/name