branches/zip: Replace a non-ASCII character

(ISO 8859-1 encoded U+00AD SOFT HYPHEN) with a cheap ASCII substitute.
This commit is contained in:
marko 2009-06-30 11:42:52 +00:00
parent 28b2c54bb2
commit 3fdc16ea5b

View file

@ -333,7 +333,7 @@ man realloc in Linux, 2004:
realloc() changes the size of the memory block pointed to realloc() changes the size of the memory block pointed to
by ptr to size bytes. The contents will be unchanged to by ptr to size bytes. The contents will be unchanged to
the minimum of the old and new sizes; newly allocated mem­ the minimum of the old and new sizes; newly allocated mem-
ory will be uninitialized. If ptr is NULL, the call is ory will be uninitialized. If ptr is NULL, the call is
equivalent to malloc(size); if size is equal to zero, the equivalent to malloc(size); if size is equal to zero, the
call is equivalent to free(ptr). Unless ptr is NULL, it call is equivalent to free(ptr). Unless ptr is NULL, it