mirror of https://github.com/aria2/aria2
Fix typo in FeatureConfig/OS detection
parent
ae631513f3
commit
bc5d9e5466
|
@ -293,7 +293,7 @@ std::string getOperatingSystemInfo()
|
||||||
return rv.str();
|
return rv.str();
|
||||||
}
|
}
|
||||||
if(ovi.dwMajorVersion < 6) {
|
if(ovi.dwMajorVersion < 6) {
|
||||||
rv << "Legcacy, probably XP";
|
rv << "Legacy, probably XP";
|
||||||
return rv.str();
|
return rv.str();
|
||||||
}
|
}
|
||||||
switch(ovi.dwMinorVersion) {
|
switch(ovi.dwMinorVersion) {
|
||||||
|
|
Loading…
Reference in New Issue