mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix for 'use of uninitialized' warning.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13313 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1527,7 +1527,7 @@ static QofQueryOp
|
||||
get_random_queryop(void)
|
||||
{
|
||||
int op_num = get_random_int_in_range(1,11);
|
||||
QofQueryOp op;
|
||||
QofQueryOp op = QOF_QUERY_AND;
|
||||
/* = get_random_int_in_range (1, QOF_QUERY_XOR); */
|
||||
|
||||
/* Let's make it MUCH more likely to get AND and OR */
|
||||
|
||||
Reference in New Issue
Block a user