mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-02-18 12:30:25 +00:00
remove debug code from strings(1)
This commit is contained in:
parent
80b1baffa8
commit
f325d45831
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user