*** 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:
mguesdon 2004-09-01 15:28:28 +00:00
parent bb4383fad3
commit bb7b8c6e63

View file

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