outputfile name size change
parent
474f21d8dd
commit
b88982ce6c
Binary file not shown.
|
@ -5,7 +5,7 @@ int main()
|
|||
{
|
||||
|
||||
FILE *inputFile, *outputFile;
|
||||
char inputFileName[100], outputFileName[100];
|
||||
char inputFileName[100], outputFileName[11];
|
||||
char format[3];
|
||||
unsigned int width, height, maxValue;
|
||||
unsigned int rgbRed, rgbGreen, rgbBlue;
|
||||
|
|
Loading…
Reference in New Issue