]> git.tue.mpg.de Git - paraslash.git/commit
vss: Fix offset handling.
authorAndre Noll <maan@systemlinux.org>
Tue, 12 Jan 2010 00:10:36 +0000 (01:10 +0100)
committerAndre Noll <maan@systemlinux.org>
Tue, 12 Jan 2010 00:10:36 +0000 (01:10 +0100)
commitc7c5c2559f86a05b9b721488a6a1af17ef79c959
treea6d5420b7d9559abefb2661ec503803b809a435d
parentf99a902ab25a4f51d803b187e66ddc7ca0eb58a2
vss: Fix offset handling.

Commit fb6d93240 (vss: Update offset directly when setting the REPOS
flag.) was buggy. On pause/restart we miss to update mmd->offset,
hence the status items which are sent to the stat clients like audiod
did not contain the correct offset value either which messes up
the time string that audiod sends to its clients (para_gui).

We need to set the new offset both on repos requests and on restart,
do introduce a small helper function for this purpose.
vss.c