Make outfile constant.
MFC after: 2 weeks
This commit is contained in:
parent
0d1467b199
commit
0f47072b78
@ -77,7 +77,7 @@ main(int argc, char *argv[])
|
|||||||
struct stat sb;
|
struct stat sb;
|
||||||
int base64;
|
int base64;
|
||||||
int ch;
|
int ch;
|
||||||
char *outfile;
|
const char *outfile;
|
||||||
|
|
||||||
base64 = 0;
|
base64 = 0;
|
||||||
outfile = NULL;
|
outfile = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user