mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
Typo fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17673 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9819a2e5f2
commit
ed70d604b6
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-09-15 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/gsc/GSGState.m ([GSGState -deepen]): Typo fix - copy
|
||||
textCtm (reported by Banlu Kemiyatorn <id@project-ile.net>).
|
||||
|
||||
2003-09-09 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/gsc/GSContext.m (-DPSsetgstate:): Copy gstate so we
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
self->path = [path copyWithZone: zone];
|
||||
|
||||
self->ctm = [ctm copyWithZone: zone];
|
||||
self->textCtm = [ctm copyWithZone: zone];
|
||||
self->textCtm = [textCtm copyWithZone: zone];
|
||||
|
||||
// Just retain the other objects
|
||||
if (font != nil)
|
||||
|
|
Loading…
Reference in a new issue