fixed warnings on Mac OS 10.8, xcode 5
This commit is contained in:
@@ -812,7 +812,7 @@ int CmdThreshold(const char *Cmd)
|
||||
if (GraphBuffer[i] >= threshold)
|
||||
GraphBuffer[i] = 1;
|
||||
else
|
||||
GraphBuffer[i] =- 1;
|
||||
GraphBuffer[i] = -1;
|
||||
}
|
||||
RepaintGraphWindow();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user