bugfix: framesl was not conected, exptime default time is 10 us

This commit is contained in:
Dhanya Maliakal
2017-08-18 16:11:49 +02:00
parent cda7814c21
commit ec4be4f2c0
5 changed files with 11 additions and 11 deletions

View File

@ -2626,7 +2626,7 @@ int get_time_left(int file_des) {
case FRAMES_FROM_START:
case FRAMES_FROM_START_PG:
#endif
getTimeLeft(ind);
retval=getTimeLeft(ind);
break;
default:
ret = FAIL;