Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

off-by-one tests with ArgCount #1

Closed
ghost opened this issue Jan 18, 2017 · 1 comment
Closed

off-by-one tests with ArgCount #1

ghost opened this issue Jan 18, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 18, 2017

char* DeclName = ArgCount >= 3 ? ArgValues[3] : "code/twitter_api.h";
char* ImplName = ArgCount >= 4 ? ArgValues[4] : "code/twitter_api.c";

in codegen.c should be >= 4, >= 5

chr-1x pushed a commit that referenced this issue Jan 18, 2017
…o fix

strange parmeter struct names temporarily
@chr-1x
Copy link
Owner

chr-1x commented Jan 18, 2017

Indeed it should. Not sure how that one got by.

Fixed and closed.

@chr-1x chr-1x closed this as completed Jan 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant