1.1 --- a/gmyth/debian/rules Wed May 16 16:09:28 2007 +0100
1.2 +++ b/gmyth/debian/rules Wed May 16 16:11:06 2007 +0100
1.3 @@ -11,7 +11,7 @@
1.4 maint: debian/control
1.5
1.6 common_conf_flags = \
1.7 - --disable-debug
1.8 + --enable-debug
1.9
1.10 # FIXME: should disable docs for arch only builds
1.11 DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags)
2.1 --- a/gmyth/src/gmyth_file_transfer.c Wed May 16 16:09:28 2007 +0100
2.2 +++ b/gmyth/src/gmyth_file_transfer.c Wed May 16 16:11:06 2007 +0100
2.3 @@ -731,7 +731,7 @@
2.4 gmyth_string_list_append_char_array (strlist, "REQUEST_BLOCK");
2.5 gmyth_string_list_append_int (strlist, size - total_read);
2.6
2.7 - guint iter_count = 3;
2.8 + guint iter_count = 20;
2.9
2.10 do
2.11 {