Skip to content

Commit e4c5b34

Browse files
Update auth.cpp
1 parent 5a6858a commit e4c5b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x86/lib/auth.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ void KeyAuth::api::init()
103103
XorStr("&name=") + curl_easy_escape(curl, name.c_str(), 0) +
104104
XorStr("&ownerid=") + ownerid;
105105

106-
if (path != "" || path.empty()) {
106+
if (path != "" || !path.empty()) {
107107

108108
if (!std::filesystem::exists(path)) {
109109
MessageBoxA(0, XorStr("File not found. Please make sure the file exists.").c_str(), NULL, MB_ICONERROR);

0 commit comments

Comments
 (0)