X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/594afb4bce97389f86f6bb445635423a5f71e0b2..4942ee7d61bf22ba38bf026c7d05028cb7db0d54:/clients/playrtp.c diff --git a/clients/playrtp.c b/clients/playrtp.c index dfa27b2..7eed9eb 100644 --- a/clients/playrtp.c +++ b/clients/playrtp.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2007, 2008 Richard Kettlewell + * Copyright (C) 2007-2009 Richard Kettlewell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -858,7 +858,7 @@ int main(int argc, char **argv) { || (nsamples > 0 && contains(pheap_first(&packets), next_timestamp))) { if(monitor) { - time_t now = time(0); + time_t now = xtime(0); if(now >= lastlog + 60) { int offset = nsamples - minbuffer;