e: no need for a very large buffer

SVN revision: 47971
This commit is contained in:
Sebastian Dransfeld 2010-04-12 19:54:43 +00:00
parent 92ec6a9fd7
commit 807073f299
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ _gc_icon(E_Gadcon_Client_Class *client_class, Evas *evas)
static const char *
_gc_id_new(E_Gadcon_Client_Class *client_class)
{
static char idbuff[PATH_MAX];
static char idbuff[32];
snprintf(idbuff, sizeof(idbuff), "%s.%d", _gadcon_class.name,
eina_list_count(cpufreq_config->instances));