aboutsummaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist.c b/playlist.c
index 0b5bd5e..900f80e 100644
--- a/playlist.c
+++ b/playlist.c
@@ -1022,7 +1022,7 @@ static void playlist_location(t_playlist *x, t_symbol *flocation)
void playlist_setup(void)
{
- post( playlist_version );
+ verbose(0, playlist_version );
playlist_class = class_new(gensym("playlist"), (t_newmethod)playlist_new,
(t_method)playlist_free, sizeof(t_playlist),
CLASS_DEFAULT, A_GIMME, 0);