Quick bugfix.

This commit is contained in:
Pietro Gagliardi 2016-06-25 23:06:13 -04:00
parent e0230d73a6
commit 2f9a38b5fe
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ done:
implbug("table model action triggered on view with no associated table");
if ([view isKindOfClass:[NSTextField class]])
data = [((NSTextField *) view) stringValue];
data = [[((NSTextField *) view) stringValue] UTF8String];
else
implbug("table model editing action triggered on non-editable view");