use g_string_sized_new() instread of g_string_new() to avoid often reallocation action
commit3facc5983754b3cfd822add97b1ff393e13fe474
authorSlava Zanko <slavazanko@gmail.com>
Wed, 7 Jul 2010 11:12:45 +0000 (7 14:12 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Wed, 7 Jul 2010 11:12:45 +0000 (7 14:12 +0300)
treef9bee57e51cc0a07937a794bdd83db9d685e3055
parent3aa6758f4f1227e742412063b328e73084402ffb
use g_string_sized_new() instread of g_string_new() to avoid often reallocation action

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
lib/search/glob.c