diff options
Diffstat (limited to 'sysutils/nautilus-cd-burner/files')
-rw-r--r-- | sysutils/nautilus-cd-burner/files/patch-src_mapping-protocol.c | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/sysutils/nautilus-cd-burner/files/patch-src_mapping-protocol.c b/sysutils/nautilus-cd-burner/files/patch-src_mapping-protocol.c index 79fdef26c..5c4ba403a 100644 --- a/sysutils/nautilus-cd-burner/files/patch-src_mapping-protocol.c +++ b/sysutils/nautilus-cd-burner/files/patch-src_mapping-protocol.c @@ -1,5 +1,5 @@ --- src/mapping-protocol.c.orig Sun Aug 20 08:47:20 2006 -+++ src/mapping-protocol.c Tue Aug 29 16:39:11 2006 ++++ src/mapping-protocol.c Tue Aug 29 22:06:18 2006 @@ -26,6 +26,8 @@ #include "config.h" @@ -9,15 +9,16 @@ #include <stdio.h> #include <unistd.h> #include <string.h> -@@ -86,6 +88,7 @@ static gboolean handle_write - #ifdef DEBUG_ENABLE +@@ -36,6 +38,8 @@ + + G_LOCK_DEFINE_STATIC (channel_lock); - static FILE *debug_out = NULL; +static gboolean at_eof = FALSE; ++ + #define MINIMUM_MESSAGE_SIZE 16 - static void - debug_init (void) -@@ -1189,6 +1192,9 @@ mapping_protocol_channel_fill_read_buffe + struct MappingProtocolChannel { +@@ -1189,6 +1193,9 @@ mapping_protocol_channel_fill_read_buffe status = g_io_channel_read_chars (channel->iochannel, data, count, &length, NULL); @@ -27,7 +28,7 @@ if (status != G_IO_STATUS_NORMAL) { return; } -@@ -1340,7 +1346,7 @@ handle_read (GIOChannel *sou +@@ -1340,7 +1347,7 @@ handle_read (GIOChannel *sou mapping_protocol_channel_do_iteration (channel); } |