mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-06 13:20:40 +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]]
|
||||
autorelease]);
|
||||
|
||||
assertContentStringASImp();
|
||||
(*_contentStringASImp)(_contentString,appendStringSel,string);
|
||||
if (string)
|
||||
{
|
||||
assertContentStringASImp();
|
||||
(*_contentStringASImp)(_contentString,appendStringSel,string);
|
||||
|
||||
#ifndef NO_GNUSTEP
|
||||
if (_cachesStack)
|
||||
[self _cacheAppendString:string];
|
||||
if (_cachesStack)
|
||||
[self _cacheAppendString:string];
|
||||
#endif
|
||||
};
|
||||
|
||||
LOGObjectFnStop();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue