]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sort-test.c
Introduced obuck_get_pos(), converted gatherd limits to use it.
[libucw.git] / lib / sort-test.c
index 002e93138a3e6be66638ebab52919a8e415e6fa8..337c4fa2ddea0b365929dd705b7917a680749c7f 100644 (file)
@@ -77,11 +77,9 @@ int
 main(int argc, char **argv)
 {
   log_init(NULL);
 main(int argc, char **argv)
 {
   log_init(NULL);
-  cf_default_init(DEFAULT_CONFIG);
   if (cf_getopt(argc, argv, CF_SHORT_OPTS, CF_NO_LONG_OPTS, NULL) >= 0 ||
       optind != argc - 2)
     die("Usage: sort-test <input> <output>");
   if (cf_getopt(argc, argv, CF_SHORT_OPTS, CF_NO_LONG_OPTS, NULL) >= 0 ||
       optind != argc - 2)
     die("Usage: sort-test <input> <output>");
-  cf_default_done();
 
   s_sort(argv[optind], argv[optind+1]);
   return 0;
 
   s_sort(argv[optind], argv[optind+1]);
   return 0;