Skip to content

Commit 0405d67

Browse files
Merge pull request #632 from g-maxime/string
x wstring_t string
2 parents 74215ef + fc4ea21 commit 0405d67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Common/Core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ long Core::checker_analyze(int user, const std::string& filename, long src_id, s
480480
//--------------------------------------------------------------------------
481481
int Core::checker_list_mediainfo_outputs(std::string& output, std::string& err)
482482
{
483-
output = Ztring(MI->Option(L"Info_OutputFormats_JSON")).To_UTF8();
483+
output = Ztring(MI->Option(__T("Info_OutputFormats_JSON"))).To_UTF8();
484484

485485
return 0;
486486
}

0 commit comments

Comments
 (0)