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 76c0a97 commit 5fde8e8Copy full SHA for 5fde8e8
Model/PBGitStash.m
@@ -19,7 +19,7 @@ @implementation PBGitStash
19
if ((self = [super init])) {
20
stashRawString = [stashLineFromStashListOutput retain];
21
NSArray *lineComponents = [stashLineFromStashListOutput componentsSeparatedByString:@":"];
22
- if (lineComponents != 3) {
+ if ([lineComponents count] != 3) {
23
[self release];
24
return nil;
25
}
0 commit comments