mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-28 11:10:51 +00:00
Fixed error in last mod - committed wrong version of file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4764 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
388c61dbaa
commit
ef03e7b57c
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@ static IMP msInitImp; /* designated initialiser for mutable */
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
length += 3;
|
length += 4;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue