CHG: rename of global variable

CHG: adjusted outputs.
This commit is contained in:
iceman1001
2018-04-06 09:25:34 +02:00
parent 2e3308b257
commit 2aa9372534
3 changed files with 36 additions and 40 deletions

View File

@@ -14,7 +14,7 @@
double CursorScaleFactor = 1;
int PlotGridX=0, PlotGridY=0, PlotGridXdefault= 64, PlotGridYdefault= 64, CursorCPos= 0, CursorDPos= 0;
int offline;
int flushAfterWrite = 0; //buzzy
int g_flushAfterWrite = 0; //buzzy
int GridOffset = 0;
bool GridLocked = false;
bool showDemod = true;
@@ -159,7 +159,7 @@ void PrintAndLog(char *fmt, ...) {
}
va_end(argptr2);
if (flushAfterWrite == 1) {
if (g_flushAfterWrite == 1) {
fflush(NULL);
}
//release lock