Update deprecation warnings
[disorder] / lib / trackname.c
index fa40c3b..4e2e06e 100644 (file)
@@ -51,7 +51,7 @@ const char *find_track_root(const char *track) {
   const struct collection *c = find_track_collection(track);
   if(c)
     return c->root;
-  error(0, "found track in no collection '%s'", track);
+  disorder_error(0, "found track in no collection '%s'", track);
   return 0;
 }