Things my compiler didn't catch...

This commit is contained in:
Manuel Novoa III
2003-03-19 09:42:02 +00:00
parent cad5364599
commit 4eff18189a
3 changed files with 4 additions and 4 deletions

View File

@@ -167,10 +167,10 @@ static const signed char od_o2si[] = {
int od_main(int argc, char **argv)
{
int ch;
bb_dump_vflag = FIRST;
bb_dump_length = -1;
int first = 1;
signed char *p;
bb_dump_vflag = FIRST;
bb_dump_length = -1;
while ((ch = getopt(argc, argv, od_opts)) > 0) {
if (((p = strchr(od_opts, ch)) != NULL) && (*p >= 0)) {