Skip to content

Commit

Permalink
Merge remote-tracking branch 'Hammerspoon/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms committed Apr 17, 2017
2 parents 2bbca13 + c518b90 commit 2a3b8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/spotlight/internal.m
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ static int item_userdata_tostring(lua_State* L) {
NSMetadataItem *obj = [skin luaObjectAtIndex:1 toClass:"NSMetadataItem"] ;
NSString *title = [obj valueForAttribute:NSMetadataItemFSNameKey] ;
if (!title) title = @"<undefined>" ;
[skin pushNSObject:[NSString stringWithFormat:@"%s: %@ (%p)", GROUP_UD_TAG, title, lua_topointer(L, 1)]] ;
[skin pushNSObject:[NSString stringWithFormat:@"%s: %@ (%p)", ITEM_UD_TAG, title, lua_topointer(L, 1)]] ;
return 1 ;
}

Expand Down

0 comments on commit 2a3b8da

Please sign in to comment.