From 047aabf97486677a7c74ef969e43fc68df972c70 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Fri, 15 Jun 2018 17:39:56 +0300 Subject: [PATCH] Minor fix in -[NSEvent description] --- AppKit/NSEvent.subproj/NSEvent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/NSEvent.subproj/NSEvent.m b/AppKit/NSEvent.subproj/NSEvent.m index 8861a2df..f6c50623 100755 --- a/AppKit/NSEvent.subproj/NSEvent.m +++ b/AppKit/NSEvent.subproj/NSEvent.m @@ -123,7 +123,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI } -(NSString *)description { - return [NSString stringWithFormat:@"",[self type], [self locationInWindow].x, [self locationInWindow].y, [self timestamp], [self modifierFlags], [self window], [self windowNumber]]; }