outputfile name size change

main
s.eser 2024-05-02 08:09:24 +02:00
parent 474f21d8dd
commit b88982ce6c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -5,7 +5,7 @@ int main()
{ {
FILE *inputFile, *outputFile; FILE *inputFile, *outputFile;
char inputFileName[100], outputFileName[100]; char inputFileName[100], outputFileName[11];
char format[3]; char format[3];
unsigned int width, height, maxValue; unsigned int width, height, maxValue;
unsigned int rgbRed, rgbGreen, rgbBlue; unsigned int rgbRed, rgbGreen, rgbBlue;