Skip to content

Commit

Permalink
Merge pull request netshade#10 from jasonkhonm/patch-1
Browse files Browse the repository at this point in the history
Update NKDCode128Barcode.m
  • Loading branch information
Chris Zelenak committed Jan 13, 2013
2 parents d0aabd0 + f057a57 commit 1f12583
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NKDCode128Barcode.m
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,12 @@ -(NSString *)_encodeNumberPair:(NSString *)inPair
return @"11110100010";
case 99:
return @"10111011110";
case 100:
return @"10111101110";
case 101:
return @"11101011110";
case 102:
return @"11110101110";
}
return @"";
}
Expand Down

0 comments on commit 1f12583

Please sign in to comment.