chiark / gitweb /
Merge from disorder.dev.
[disorder] / disobedience / queue.c
index b6eae61d523028512b44b042ed9244e1c0fc013a..a051090ad37d2543fe367c5c72e49c76fcf1a936 100644 (file)
@@ -97,7 +97,7 @@ static void playing_completed(void attribute((unused)) *v,
   }
   actual_playing_track = q;
   queue_playing_changed();
   }
   actual_playing_track = q;
   queue_playing_changed();
-  time(&last_playing);
+  xtime(&last_playing);
 }
 
 /** @brief Schedule an update to the queue
 }
 
 /** @brief Schedule an update to the queue