=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/dev.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- src/usr.bin/sndiod/dev.c 2018/06/26 07:49:44 1.47 +++ src/usr.bin/sndiod/dev.c 2019/06/16 13:50:39 1.48 @@ -1,4 +1,4 @@ -/* $OpenBSD: dev.c,v 1.47 2018/06/26 07:49:44 ratchov Exp $ */ +/* $OpenBSD: dev.c,v 1.48 2019/06/16 13:50:39 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * @@ -473,8 +473,7 @@ (x->u.loc.hr & 0x1f) * 3600 * MTC_SEC + x->u.loc.min * 60 * MTC_SEC + x->u.loc.sec * MTC_SEC + - x->u.loc.fr * (MTC_SEC / fps) + - x->u.loc.cent * (MTC_SEC / 100 / fps)); + x->u.loc.fr * (MTC_SEC / fps)); break; } break;