ref: 928e9db52eaf922181c5b5d7e618e66cfd9afb61
parent: 96c7b97ba7811a519bf0a3226b36945481280db9
author: qwx <qwx@sciops.net>
date: Sun Apr 30 07:36:06 EDT 2023
pplay: fix call removed in error in previous commit
--- a/pplay.c
+++ b/pplay.c
@@ -39,6 +39,7 @@
}
nerr = 0;
advance(&dot, n);
+ update();
yield();
}
}