Skip to content

Commit

Permalink
Update Bee_Database.mm
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinkwoe committed Mar 18, 2014
1 parent 59048c0 commit 3935f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/system/database/Bee_Database.mm
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ + (NSString *)sqliteFileName:(NSString *)path
attributes:nil
error:nil];
if ( NO == ret )
return NO;
return nil;
}

return [fullPath stringByAppendingPathComponent:path];
Expand Down

0 comments on commit 3935f87

Please sign in to comment.