add some NSTask testing

This commit is contained in:
optixx
2009-09-02 18:07:15 +02:00
parent 58b422771a
commit 1fb3cfdfd9
13 changed files with 212 additions and 75 deletions

View File

@@ -41,9 +41,8 @@
encoding:NSASCIIStringEncoding]; // convert NSData -> NSString
NSLog(@"doPipedCommand: %@", textField);
NSLog(@"doPipedCommand: %@", string);
[textField setString:string];
[textField setStringValue:string];
[string release];
[pipe release];