X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Ffb-temp.c;h=bdaf831d5db4b12d4f4ed81076b0502b089cbad5;hb=43b1b86e0fb28a3b383df336acfadbb1baaa87aa;hp=650e8a091d45c34c87c4a69b4b3109793de33cc3;hpb=49ed04e2e93a6a5b01058638224621d5c07db01c;p=libucw.git diff --git a/lib/fb-temp.c b/lib/fb-temp.c index 650e8a09..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); - f->is_temp_file = 1; + bconfig(f, BCONFIG_IS_TEMP_FILE, 1); return f; }