- Timestamp:
- Jan 27, 2025 4:45:28 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167194
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/dxvk-2.3.1/src/util/util_env.cpp
r107946 r107947 81 81 if (!RTProcGetExecutablePath(exePath.data(), exePath.size())) 82 82 return std::string(""); 83 return std::string(exePath.begin(), exePath.begin() + strlen(exePath. begin()));83 return std::string(exePath.begin(), exePath.begin() + strlen(exePath.data())); 84 84 #else 85 85 #if defined(_WIN32) … … 97 97 98 98 return std::string(exePath.begin(), exePath.begin() + count); 99 #endif 99 100 #endif /* VBOX */ 100 #endif101 101 } 102 102
Note:
See TracChangeset
for help on using the changeset viewer.