We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179528b commit 60dde1fCopy full SHA for 60dde1f
tm_dialog2.mm
@@ -88,7 +88,7 @@ int main (int argc, char const* argv[])
88
for(size_t i = 0; i < argc; ++i)
89
[args addObject:[NSString stringWithUTF8String:argv[i]]];
90
91
- NSMutableDictionary* dict = [NSDictionary dictionaryWithObjectsAndKeys:
+ NSDictionary* dict = [NSDictionary dictionaryWithObjectsAndKeys:
92
[NSString stringWithUTF8String:stdin_name], @"stdin",
93
[NSString stringWithUTF8String:stdout_name], @"stdout",
94
[NSString stringWithUTF8String:stderr_name], @"stderr",
0 commit comments