use correct datatype.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15552 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled 2007-02-10 16:28:24 +00:00
parent 366b56882f
commit 1e1077078f

View File

@ -260,7 +260,7 @@ qof_log_parse_log_config(const char *filename)
g_debug("parsing log config from [%s]", filename);
if (g_key_file_has_group(conf, levels_group))
{
int num_levels;
gsize num_levels;
int key_idx;
gchar **levels;
@ -285,7 +285,7 @@ qof_log_parse_log_config(const char *filename)
if (g_key_file_has_group(conf, levels_group))
{
int num_outputs;
gsize num_outputs;
int output_idx;
gchar **outputs;