Skip to content

Commit

Permalink
[NFD] fix bug so file extensions < 3 chars work
Browse files Browse the repository at this point in the history
  • Loading branch information
bazz1tv committed Jul 20, 2015
1 parent 594d53a commit e79571a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
{
if ( filterList[i] == ',' || filterList[i] == ';' || filterList[i] == '\0' )
{
++p_typebuf;
*p_typebuf = '\0';
NSString *thisType = [NSString stringWithUTF8String: typebuf];
[buildFilterList addObject:thisType];
Expand Down

0 comments on commit e79571a

Please sign in to comment.