mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
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:
parent
28b2c54bb2
commit
3fdc16ea5b
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ man realloc in Linux, 2004:
|
|||
|
||||
realloc() changes the size of the memory block pointed 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
|
||||
equivalent to malloc(size); if size is equal to zero, the
|
||||
call is equivalent to free(ptr). Unless ptr is NULL, it
|
||||
|
|
Loading…
Add table
Reference in a new issue