From eb23f421a2c4d2cebd40d28be3a4c9940015846a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Berg?= Date: Wed, 24 Mar 2010 07:08:01 +0100 Subject: [PATCH] Remove the bad file descriptor #warning since that was likely caused by calling standardOutput via dot notation on NSTask and this is fixed now. --- PBEasyPipe.m | 1 - 1 file changed, 1 deletion(-) diff --git a/PBEasyPipe.m b/PBEasyPipe.m index 10f82e2..feaf6f8 100644 --- a/PBEasyPipe.m +++ b/PBEasyPipe.m @@ -106,7 +106,6 @@ NSFileHandle* handle = [[task standardOutput] fileHandleForReading]; [task launch]; -#warning This can cause a "Bad file descriptor"... when? NSData *data; @try { data = [handle readDataToEndOfFile];