one more time

This commit is contained in:
David Rose 2002-07-27 19:57:00 +00:00
parent 32348d7410
commit b380b3b799

View File

@ -209,7 +209,7 @@ set_filename(const string &dirname, const string &basename) {
}
if (_properties._alpha_type != (PNMFileType *)NULL) {
_alpha_filename = _filename.get_fullpath_wo_extension() + "_a";
_alpha_filename = _filename.get_fullpath_wo_extension() + "_a.";
_alpha_filename.set_extension
(_properties._alpha_type->get_suggested_extension());
}