Use more g_string_* function in map processing (#160).
authorDaniel Carl <danielcarl@gmx.de>
Wed, 4 Feb 2015 22:26:44 +0000 (23:26 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 4 Feb 2015 22:26:44 +0000 (23:26 +0100)
commit5e2d8118299bbfa87c9ea9ee9c221abde2dfadcd
tree85fd286487122766f441253d1f41514daa1e8681
parente2a01bf08a4fd2f8ace945320a6f0f014e8b18f5
Use more g_string_* function in map processing (#160).

The use of these function makes it easier to see what's done compared to the
character moving in the loops.
src/map.c
tests/test-map.c