erm, update?

This commit is contained in:
Steve Checkoway
2003-11-02 00:06:01 +00:00
parent 31f6ad7215
commit c164923fe2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ void HandleFile(const CString& file, const CString& dir, const CString& archiveP
status = AuthorizationExecuteWithPrivileges(auth, path, kAuthorizationFlagDefaults, arguments+1, NULL);
if (status != errAuthorizationSuccess)
[c postMessage:@"failed"];
wait(&int(status));
wait((int*)&status);
}
else
{
+1 -1
View File
@@ -7,7 +7,7 @@
*
*/
#include <Carbon/Carbon.h>
#import <Carbon/Carbon.h>
enum
{