mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06: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:
parent
366b56882f
commit
1e1077078f
@ -260,7 +260,7 @@ qof_log_parse_log_config(const char *filename)
|
|||||||
g_debug("parsing log config from [%s]", filename);
|
g_debug("parsing log config from [%s]", filename);
|
||||||
if (g_key_file_has_group(conf, levels_group))
|
if (g_key_file_has_group(conf, levels_group))
|
||||||
{
|
{
|
||||||
int num_levels;
|
gsize num_levels;
|
||||||
int key_idx;
|
int key_idx;
|
||||||
gchar **levels;
|
gchar **levels;
|
||||||
|
|
||||||
@ -285,7 +285,7 @@ qof_log_parse_log_config(const char *filename)
|
|||||||
|
|
||||||
if (g_key_file_has_group(conf, levels_group))
|
if (g_key_file_has_group(conf, levels_group))
|
||||||
{
|
{
|
||||||
int num_outputs;
|
gsize num_outputs;
|
||||||
int output_idx;
|
int output_idx;
|
||||||
gchar **outputs;
|
gchar **outputs;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user