Allowed to blank appendable files and installed first back_hacks.h variable ever

This commit is contained in:
2006-08-26 13:49:53 +00:00
parent 610b731872
commit 5ec170721e
4 changed files with 65 additions and 1 deletions

View File

@ -10,6 +10,10 @@
#include "libburn.h"
#include "drive.h"
/* ts A60825 : The storage location for back_hacks.h variables. */
#define BURN_BACK_HACKS_INIT 1
#include "back_hacks.h"
int burn_running = 0;
/* ts A60813 : wether to use O_EXCL and/or O_NONBLOCK in libburn/sg.c */
@ -26,6 +30,7 @@ int burn_sg_open_o_nonblock = 1;
to unconditional abort of the process */
int burn_sg_open_abort_busy = 0;
int burn_initialize(void)
{
if (burn_running)