Parent Directory
|
Revision Log
- updated patches due rpm 4.6 - enscript -w is handled well (#457719) - mkafmmap -V is handled well (#457720)
| 1 | diff -up enscript-1.6.4/src/main.c.doublefree enscript-1.6.4/src/main.c |
| 2 | --- enscript-1.6.4/src/main.c.doublefree 2008-08-08 11:10:07.000000000 +0200 |
| 3 | +++ enscript-1.6.4/src/main.c 2008-08-08 11:11:51.000000000 +0200 |
| 4 | @@ -1714,8 +1714,9 @@ name width\theight\tllx\tlly |
| 5 | is_close (&is); |
| 6 | } |
| 7 | |
| 8 | - /* Clean up toc file. */ |
| 9 | - fclose (toc_fp); |
| 10 | + else |
| 11 | + /* Clean up toc file. */ |
| 12 | + fclose (toc_fp); |
| 13 | } |
| 14 | |
| 15 | /* Give trailer a chance to dump itself. */ |
| admin@fedoraproject.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |