Skip to content

Commit

Permalink
minor fix in logic
Browse files Browse the repository at this point in the history
  • Loading branch information
fireattack committed Aug 12, 2015
1 parent 91a710f commit fd9850d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FixCue/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ void AddToReg(string a)
}
}

if ((System.Environment.OSVersion.Version.Major == 6) && (System.Environment.OSVersion.Version.Minor == 1))
if ((System.Environment.OSVersion.Version.Major == 6) && (System.Environment.OSVersion.Version.Minor >= 1))
{

string a = "";
Expand Down

0 comments on commit fd9850d

Please sign in to comment.