mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
fix for bug #36824
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35283 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
224d210918
commit
186f17482a
6 changed files with 33 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue