Skip to content

Commit

Permalink
Fix typo which caused the file ivar to be set instead of function
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjgalloway committed Jan 23, 2013
1 parent cce9f80 commit 8937ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lumberjack/DDLog.m
Expand Up @@ -871,7 +871,7 @@ - (id)initWithLogMsg:(NSString *)msg
file = (char *)aFile;

if (options & DDLogMessageCopyFunction)
file = dd_str_copy(aFunction);
function = dd_str_copy(aFunction);
else
function = (char *)aFunction;

Expand Down

0 comments on commit 8937ecf

Please sign in to comment.