chiark / gitweb /
sort of works on macos
[disorder] / clients / test-eclient.c
index 67900ad624f7273756ffe0bac757e307cd5bbe75..fa8eb5a79d80a60ead424511428b5977560115cb 100644 (file)
@@ -163,7 +163,7 @@ static void recent_completed(void *v, struct queue_entry *q) {
 
 int main(int argc, char **argv) {
   assert(argc > 0);
-  mem_init(1);
+  mem_init();
   debugging = 0;                       /* turn on for even more verbosity */
   if(config_read()) fatal(0, "config_read failed");
   tracks = &argv[1];
@@ -186,4 +186,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
-/* arch-tag:JRDbPXSlG3t9Urek88LwCg */