fixed log entry

This commit is contained in:
Sven Neumann 2004-02-18 13:58:23 +00:00
parent 98878725cd
commit 3441b02fb9

View file

@ -5,8 +5,8 @@
allows to use calloc() to allocate and initialize the rowhint
array.
* app/base/tile.c (tile_sanitize_rowhints): reimplemented with by
a call to g_new0().
* app/base/tile.c (tile_sanitize_rowhints): reimplemented by a
call to g_new0().
* app/base/tile-manager.c (tile_manager_get): use g_memdup() to
duplicate the rowhints when creating a tile copy.