X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fconf-test.c;h=e226fae955e42dedc9eb279e3433a90f5390c0e1;hb=003ca21e49148941c07f69c87e2553f660913b65;hp=589e7c2a73da7b22b71802698d10b275b982a4c6;hpb=d0085eb66f33ea31308f71004cb78c2223fa58dd;p=libucw.git diff --git a/ucw/conf-test.c b/ucw/conf-test.c index 589e7c2a..e226fae9 100644 --- a/ucw/conf-test.c +++ b/ucw/conf-test.c @@ -209,6 +209,8 @@ main(int argc, char *argv[]) //cf_reload("non-existent file"); cf_load("non-existent file"); cf_set("top.d1 -1.1; top.master b"); + cf_reload(NULL); + cf_reload(NULL); */ struct fastbuf *out = bfdopen(1, 1<<14);