]> git.pld-linux.org Git - packages/epic4.git/blob - epic4-0.9.11-patch2
11922ca8cfe4ba49c466b1cdec9e33ea epic4-0.9.11.tar.bz2
[packages/epic4.git] / epic4-0.9.11-patch2
1 *** screen.c.orig       Wed Nov  8 10:10:15 2000
2 --- screen.c    Wed Nov  8 10:10:47 2000
3 ***************
4 *** 383,391 ****
5                 }
6                 term_flush();
7   
8 -               if (must_free)
9 -                       new_free(&str);
10
11                 /*
12                  * This used to be in rite(), but since rite() is a general
13                  * purpose function, and this stuff really is only intended
14 --- 383,388 ----
15 ***************
16 *** 434,439 ****
17 --- 431,439 ----
18                                 update_all_status();
19                         }
20                 }
21
22 +               if (must_free)
23 +                       new_free(&str);
24   
25                 cursor_in_display(window);
26         }
This page took 0.04696 seconds and 3 git commands to generate.