Skip to content
Snippets Groups Projects
Commit 270019b5 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

getscaling() returns a double, not an int

Caught/fixed by Deuce in Brookville, OH
parent 2f4bebb1
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4316 passed
......@@ -1376,7 +1376,7 @@ main(int argc, char **argv)
char *last_bbs = NULL;
char *p, *lp;
int cvmode;
int sf;
double sf;
int default_hidepopups = -1;
int default_nostatus = -1;
const char syncterm_termcap[] = "\n# terminfo database entry for SyncTERM\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment