mirror of https://github.com/quasar/Quasar.git
Minor not-important changes
This commit is contained in:
parent
948a208280
commit
ae79dede78
|
@ -98,7 +98,7 @@ public static int GetRam()
|
|||
}
|
||||
catch
|
||||
{
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -155,7 +155,7 @@ private static sbyte GetSpecialFolder(int installpath)
|
|||
case 3:
|
||||
return 37; // System
|
||||
default:
|
||||
return 26; // Appdata
|
||||
throw new ArgumentException("InstallPath");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue