Let compiler figure out size of dispcache.
This commit is contained in:
@@ -338,11 +338,11 @@ callback(long int inpos, paranoia_cb_mode_t function)
|
|||||||
|
|
||||||
int graph=30;
|
int graph=30;
|
||||||
char buffer[256];
|
char buffer[256];
|
||||||
static long c_sector=0,v_sector=0;
|
static long c_sector=0, v_sector=0;
|
||||||
static char dispcache[30]=" ";
|
static char dispcache[]=" ";
|
||||||
static int last=0;
|
static int last=0;
|
||||||
static long lasttime=0;
|
static long lasttime=0;
|
||||||
long sector,osector=0;
|
long int sector, osector=0;
|
||||||
struct timeval thistime;
|
struct timeval thistime;
|
||||||
static char heartbeat=' ';
|
static char heartbeat=' ';
|
||||||
int position=0,aheadposition=0;
|
int position=0,aheadposition=0;
|
||||||
|
|||||||
Reference in New Issue
Block a user