mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Fix "Couldn't set environment variable..." message on start up (closes #245)
This commit is contained in:
@@ -291,7 +291,7 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
#endif
|
||||
// Set environment variable
|
||||
if (qputenv("QBITTORRENT", QByteArray(VERSION))) {
|
||||
if (!qputenv("QBITTORRENT", QByteArray(VERSION))) {
|
||||
std::cerr << "Couldn't set environment variable...\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user