Problem with Specifying Non-Default File Extensions
Status: Alpha
Brought to you by:
mhcptg
Problem:
Attempting to enter a non-default filename extension is
currently not possible because a linefeed in the "get
buffer" for console input ends the getline(istream, string,
char) call necessary to read the extension in.
Testing Methodology:
Start the utility in interactive mode. Attempting to enter
an extension other than the default ".jpg" will fail due to
this bug.
Repair Necessary:
Clear the linefeed from the "get buffer" before calling
getline(istream, string, char) in function GetInput.
I reported this so people would know I am going to fix it
soon.