Skip to content

Commit feefc47

Browse files
committed
Replace weird code that triggers a warning with a functional equivalent
1 parent 309b824 commit feefc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Views/GLFileView.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ - (NSString *) parseBlame:(NSString *)txt
246246

247247
int n;
248248
for(n=1;n<nLines;n++){
249-
line=[lines objectAtIndex:i++];
249+
i++;
250250
do{
251251
line=[lines objectAtIndex:i++];
252252
}while([line characterAtIndex:0]!='\t');

0 commit comments

Comments
 (0)