Let compiler figure out size of dispcache.

This commit is contained in:
rocky
2005-10-07 08:19:44 +00:00
parent d12f4d6489
commit 21be3082f5

View File

@@ -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;