mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Fix many gcc 4.2 compiler warnings
This commit is contained in:
committed by
Pieter de Bie
parent
c6fbcccc02
commit
6dcefe5bec
@@ -60,7 +60,7 @@
|
||||
if ([op runModal] == NSFileHandlingPanelOKButton)
|
||||
{
|
||||
NSString *path = [op filename];
|
||||
NSInteger terminationStatus;
|
||||
int terminationStatus;
|
||||
NSString *result = [PBEasyPipe outputForCommand:[PBGitBinary path] withArgs:[NSArray arrayWithObjects:@"init", @"-q", nil] inDir:path inputString:nil retValue:&terminationStatus];
|
||||
|
||||
if (terminationStatus == 0)
|
||||
|
||||
Reference in New Issue
Block a user