]> Nishi Git Mirror - gwion.git/commitdiff
:art: Fix plug
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 1 Apr 2020 16:06:45 +0000 (18:06 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 1 Apr 2020 16:06:50 +0000 (18:06 +0200)
src/plug.c

index 94311e5ac0410313e41d0bcdec8d9103e95b6b6d..75724b18b9b537464d73810bab8e0f1781cd3f1f 100644 (file)
@@ -115,6 +115,7 @@ ANN static void plug_get_all(struct PlugHandle *h, const m_str name) {
     plug_get(h, c);
   } while(FindNextFile(file,&filedata));
   FindClose(file);
+#endif
 }
 
 ANN2(1) static void* pp_ini(const struct Gwion_ *gwion, const Vector v) {