git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35283 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2012-07-11 04:51:42 +00:00
parent 224d210918
commit 186f17482a
6 changed files with 33 additions and 8 deletions

View file

@ -499,6 +499,7 @@ static unsigned systemVersion = MAX_SUPPORTED_SYSTEM_VERSION;
- (id) initWithObjCType: (const char*)t count: (NSInteger)c at: (const void*)a
{
t = GSSkipTypeQualifierAndLayoutInfo(t);
_t[0] = *t;
_t[1] = '\0';
_s = objc_sizeof_type(_t);