Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

NKDBarcode.m (Invalid specifier 'H' error) #13

Open
BrokenHomeStudiosLLC opened this issue Nov 21, 2014 · 2 comments
Open

NKDBarcode.m (Invalid specifier 'H' error) #13

BrokenHomeStudiosLLC opened this issue Nov 21, 2014 · 2 comments

Comments

@BrokenHomeStudiosLLC
Copy link

Line 317 of NKDBarcode.m

return [NSString stringWithFormat:@"\n\tBarcode Class: %@\n\tContent: %@\n\tCheck Digit:%c\n\tWidth:%f\n\t%Height:%f\n\tBar Width:%f\n\tFont Size:%f\n\tCaption Height:%f",
    [self class],
    [self content],
    [self checkDigit],
    [self width],
    [self height],
    [self barWidth],
    [self fontSize],
    [self captionHeight]];

Height has a '%' behind the 'Height' this causes error for me and can not build

@holiday
Copy link

holiday commented Dec 9, 2014

Remove the '%' and it will build.

@BrokenHomeStudiosLLC
Copy link
Author

Can you make the change in the repo, so everyone has this change

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants