Skip to content

Commit

Permalink
legacy version formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
legobadman committed Nov 9, 2023
1 parent dc667c2 commit 5a11275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/zenoedit/startup/zstartup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ std::string getZenoVersion() {
int day = std::stoi(std::string(date + 4, 2));
int year = std::stoi(std::string(date + 7, 4));

#ifdef WIN32
#if 0
TCHAR szFilename[MAX_PATH + 1] = {0};
if (GetModuleFileName(NULL, szFilename, MAX_PATH) == 0)
{
Expand Down

0 comments on commit 5a11275

Please sign in to comment.