X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Ffb-temp.c;h=bdaf831d5db4b12d4f4ed81076b0502b089cbad5;hb=54eb231d1d8fcb8b02c56d437152699764bcda3e;hp=c6daec31bbbbb73ac8eba3654c090fc41d61ad4c;hpb=cf83e06e4158617e981fef5bf3878315b23bf7f9;p=libucw.git diff --git a/lib/fb-temp.c b/lib/fb-temp.c index c6daec31..bdaf831d 100644 --- a/lib/fb-temp.c +++ b/lib/fb-temp.c @@ -36,6 +36,6 @@ bopen_tmp(uns bufsize) sprintf(buf, temp_template, (int) getpid(), temp_counter++); f = bopen(buf, O_RDWR | O_CREAT | O_EXCL, bufsize); - FB_IS_TEMP_FILE(f) = 1; + bconfig(f, BCONFIG_IS_TEMP_FILE, 1); return f; }