mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-07 13:41:00 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19962 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bb4383fad3
commit
bb7b8c6e63
1 changed files with 7 additions and 4 deletions
|
@ -559,13 +559,16 @@ static SEL appendDataSel = NULL;
|
||||||
encoding:[self contentEncoding]]
|
encoding:[self contentEncoding]]
|
||||||
autorelease]);
|
autorelease]);
|
||||||
|
|
||||||
assertContentStringASImp();
|
if (string)
|
||||||
(*_contentStringASImp)(_contentString,appendStringSel,string);
|
{
|
||||||
|
assertContentStringASImp();
|
||||||
|
(*_contentStringASImp)(_contentString,appendStringSel,string);
|
||||||
|
|
||||||
#ifndef NO_GNUSTEP
|
#ifndef NO_GNUSTEP
|
||||||
if (_cachesStack)
|
if (_cachesStack)
|
||||||
[self _cacheAppendString:string];
|
[self _cacheAppendString:string];
|
||||||
#endif
|
#endif
|
||||||
|
};
|
||||||
|
|
||||||
LOGObjectFnStop();
|
LOGObjectFnStop();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue