*** 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:
Manuel Guesdon 2004-09-01 15:28:28 +00:00
parent 6d40d6eefb
commit 3f274ff475

View file

@ -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();
}