Fixed 2 segfaults in xlhtml.c

This commit is contained in:
slidedraw
2002-04-09 23:55:14 +00:00
parent 1374f15231
commit 1411d6a7e0
3 changed files with 38 additions and 21 deletions

View File

@@ -15,8 +15,6 @@ HIGH PRIORITY:
* Implement more API calls, like `stdio.h' ANSI C calls.
* Fix the bugs listed in `BUGS' file!
* Search for `FIXME' in the source code... and fix some =).
@@ -79,8 +77,6 @@ MEDIUM:
* Divide the RPM in cole and cole-devel packages (may be it's not necessary,
because cole package is not much big).
* cole.spec is regenerated while configuring, avoid that. (UPDATE: may be
is impossible to avoid that =().
NOT URGENT:
@@ -89,9 +85,6 @@ NOT URGENT:
* Use some package to discover uninitializated memory, use some profile
package, etc.
* Support cross compiling (don't even know what this exactly means! =) ).
UPDATE: seems that cross compiling it is just useful for compilers... =)
* Use zlib to support compressed files.