]> git.pld-linux.org Git - packages/epic4.git/blame - epic4-0.9.11-patch2
- added very simple ac fix
[packages/epic4.git] / epic4-0.9.11-patch2
CommitLineData
c2a33eb6
AM
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.097247 seconds and 4 git commands to generate.