Skip to content

Commit

Permalink
removed static buffer as suggested #530
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor Magalhães committed Oct 1, 2016
1 parent 40af79c commit 58cffa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Utils/TyphoonIntrospectionUtils.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ + (TyphoonTypeDescriptor *)typeForPropertyNamed:(NSString *)propertyName inClass
return (NULL);
}

static char buffer[256];
char buffer[256];
const char *e = strchr(attributes, ',');
if (e == NULL) {
return (NULL);
Expand Down

0 comments on commit 58cffa1

Please sign in to comment.