ADD: changed the annotation for 14b, it now shows WUPB/REQB and number of slots we used.

This commit is contained in:
iceman1001 2016-03-20 19:24:14 +01:00
commit e3f9c50d81
2 changed files with 28 additions and 19 deletions

View file

@ -756,8 +756,7 @@ int usage_data_autocorr(void)
int CmdAutoCorr(const char *Cmd)
{
char cmdp = param_getchar(Cmd, 0);
if (cmdp == 'h' || cmdp == 'H')
return usage_data_autocorr();
if (cmdp == 'h' || cmdp == 'H') return usage_data_autocorr();
int window = 4000; //set default
char grph=0;
bool updateGrph = FALSE;