mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-22 15:00:45 +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
6d40d6eefb
commit
3f274ff475
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