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

Review sizes in binds and defines #36

Open
maxsatula opened this issue Dec 11, 2015 · 0 comments
Open

Review sizes in binds and defines #36

maxsatula opened this issue Dec 11, 2015 · 0 comments
Labels

Comments

@maxsatula
Copy link
Owner

Do not subtract one in places like below

src/ls.c:               { 0, SQLT_STR, vFileName,     sizeof(vFileName)-1,   0 },
src/lsdir.c:            { 0, SQLT_STR, vDirectory,     sizeof(vDirectory)-1,     0 },
src/lsdir.c:            { 0, SQLT_STR, vDirectoryPath, sizeof(vDirectoryPath)-1, 0 },
src/lsdir.c:            { 0, SQLT_STR, vGrantable1,    sizeof(vGrantable1)-1,    0 },
src/lsdir.c:            { 0, SQLT_STR, vGrantable2,    sizeof(vGrantable2)-1,    0 },
@maxsatula maxsatula added the bug label Dec 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant