Made -outdev stdio:/dev/fd/1 safe for single session runs

Este commit está contenido en:
2008-01-20 13:13:01 +00:00
padre f0408c2ee3
commit f85b1a5f21
Se han modificado 6 ficheros con 89 adiciones y 13 borrados

Ver fichero

@@ -96,6 +96,9 @@ struct XorrisO { /* the global context of xorriso */
char outdev[SfileadrL];
void *out_drive_handle; /* interpreted only by xorrisoburn.c */
int dev_fd_1; /* The fd which substitutes for /dev/fd/1 and is
connected to externaly perveived stdout.
*/
int ban_stdio_write;
int do_dummy;