mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user