maxsatula / ocp

Oracle Copy utility
GNU General Public License v2.0
13 stars 2 forks source link

Review sizes in binds and defines #36

Open maxsatula opened 8 years ago

maxsatula commented 8 years ago

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 },