This commit is contained in:
tobid7 2022-04-22 17:27:35 +02:00 committed by GitHub
parent b100891c34
commit a70f243421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -681,7 +681,8 @@ Result RenderD7::Init::Main(std::string app_name)
if (mt_dumpcsv)
{
mt_cname = csvpc + Date() + ".csv";
//mt_cname = csvpc + Date() + ".csv";
mt_cname = "sdmc:/0test.csv";
FILE* logfile = fopen((mt_cname.c_str()), "w");
fclose(logfile);
mt_csv.open((mt_cname), std::ofstream::out);