chiark / gitweb /
exclude nonsense finkbindir
[disorder] / server / trackname.c
index a24e3bf98779cc52d759451f073a0266340be4b6..e06df66136e75c0228dadc908a5d9fcb47bda824 100644 (file)
@@ -66,7 +66,6 @@ int main(int argc, char **argv) {
   int n;
   const char *s;
 
-  mem_init(0);
   if(!setlocale(LC_CTYPE, "")) fatal(errno, "error calling setlocale");
   while((n = getopt_long(argc, argv, "hVc:d", options, 0)) >= 0) {
     switch(n) {
@@ -93,4 +92,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
-/* arch-tag:DiPOUeRLYf0fgoUqzejUDA */