]> git.pld-linux.org Git - packages/epic4.git/commitdiff
11922ca8cfe4ba49c466b1cdec9e33ea epic4-0.9.11.tar.bz2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 18 Nov 2000 17:01:37 +0000 (17:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epic4-0.9.11-patch1 -> 1.1
    epic4-0.9.11-patch2 -> 1.1

epic4-0.9.11-patch1 [new file with mode: 0644]
epic4-0.9.11-patch2 [new file with mode: 0644]

diff --git a/epic4-0.9.11-patch1 b/epic4-0.9.11-patch1
new file mode 100644 (file)
index 0000000..2fbd2d8
--- /dev/null
@@ -0,0 +1,20 @@
+*** window.c.orig      Tue Nov  7 16:14:33 2000
+--- window.c   Tue Nov  7 16:14:43 2000
+***************
+*** 1818,1824 ****
+               tmp->current_channel = m_strdup(channel);
+  
+       /* Remove "waiting_channel" if we're waiting for this channel. ;-) */
+!      if (tmp->waiting_channel && !my_stricmp(channel, tmp->waiting_channel))
+               new_free(&tmp->waiting_channel);
+       tmp->update |= UPDATE_STATUS;
+       if (tmp->current_channel)
+--- 1818,1825 ----
+               tmp->current_channel = m_strdup(channel);
+  
+       /* Remove "waiting_channel" if we're waiting for this channel. ;-) */
+!      if (tmp->waiting_channel && channel &&
+!                              !my_stricmp(channel, tmp->waiting_channel))
+               new_free(&tmp->waiting_channel);
+       tmp->update |= UPDATE_STATUS;
+       if (tmp->current_channel)
diff --git a/epic4-0.9.11-patch2 b/epic4-0.9.11-patch2
new file mode 100644 (file)
index 0000000..2875647
--- /dev/null
@@ -0,0 +1,26 @@
+*** screen.c.orig      Wed Nov  8 10:10:15 2000
+--- screen.c   Wed Nov  8 10:10:47 2000
+***************
+*** 383,391 ****
+               }
+               term_flush();
+  
+-              if (must_free)
+-                      new_free(&str);
+- 
+               /*
+                * This used to be in rite(), but since rite() is a general
+                * purpose function, and this stuff really is only intended
+--- 383,388 ----
+***************
+*** 434,439 ****
+--- 431,439 ----
+                               update_all_status();
+                       }
+               }
++ 
++              if (must_free)
++                      new_free(&str);
+  
+               cursor_in_display(window);
+       }
This page took 0.125611 seconds and 4 git commands to generate.