remove debug code from strings(1)

This commit is contained in:
Kelvin Sherlock 2012-09-02 15:55:14 -04:00
parent 80b1baffa8
commit f325d45831
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ extern int getopt(int,char **,char*);
exit(2);
}
if (inRow < 4) inRow = 4;
printf("optind: %d argc: %d\n",optind,argc);
argv += optind;
buffer = (unsigned char *)malloc(bufSize);
string = (unsigned char *)malloc(stringSize);