Skip to content

Commit b15587e

Browse files
committedApr 6, 2023
[#54] MDOS: Minor bugfixes and improvements (Part 12: Fixed MDOS-specific export information clash with TR-DOS)
1 parent 32ff052 commit b15587e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Main/src/MDOS2.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
return ERROR_SUCCESS;
366366
}
367367

368-
#define INFO_ATTRIBUTES _T("T%x")
368+
#define INFO_ATTRIBUTES _T("R%x")
369369

370370
CString CMDOS2::GetFileExportNameAndExt(PCFile file,bool shellCompliant) const{
371371
// returns File name concatenated with File extension for export of the File to another Windows application (e.g. Explorer)

0 commit comments

Comments
 (0)
Please sign in to comment.