comparison src/xs_length.c @ 69:bf6a524cf7ca dev-0-8-0a1

Fixes, cleanups, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 30 Jun 2003 17:16:02 +0000
parents bf7b647b3239
children 2bc607888f53
comparison
equal deleted inserted replaced
68:20695d619300 69:bf6a524cf7ca
574 { 574 {
575 /* Get the length */ 575 /* Get the length */
576 iResult = dbNode->sLengths[subTune - 1]; 576 iResult = dbNode->sLengths[subTune - 1];
577 577
578 /* Take off few last seconds */ 578 /* Take off few last seconds */
579 if (iResult > 2) 579 if (iResult > 1)
580 iResult -= 2; 580 iResult -= 1;
581 } 581 }
582 } 582 }
583 } 583 }
584 584
585 return iResult; 585 return iResult;