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