mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Benoit's "blank-line patch":
Could someone please apply this ridiculous one line patch. For some reason the lack of a newline after #if DEBUG causes compilation to fail with "dialog-scheduledxaction.c:372:25: missing binary operator" on my setup. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6999 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
23926cd141
commit
b4a361c082
@ -369,6 +369,7 @@ editor_ok_button_clicked( GtkButton *b, SchedXactionEditorDialog *sxed )
|
|||||||
}
|
}
|
||||||
unbalanceable |= !(gnc_numeric_zero_p( gnc_numeric_sub_fixed( debitSum, creditSum ) ));
|
unbalanceable |= !(gnc_numeric_zero_p( gnc_numeric_sub_fixed( debitSum, creditSum ) ));
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
|
|
||||||
if ( gnc_numeric_zero_p( gnc_numeric_sub_fixed( debitSum, creditSum ) ) ) {
|
if ( gnc_numeric_zero_p( gnc_numeric_sub_fixed( debitSum, creditSum ) ) ) {
|
||||||
printf( "true [%s - %s = %s]\n",
|
printf( "true [%s - %s = %s]\n",
|
||||||
gnc_numeric_to_string( debitSum ),
|
gnc_numeric_to_string( debitSum ),
|
||||||
|
Loading…
Reference in New Issue
Block a user