~sjrct/homebank/resize-xfer-window

« back to all changes in this revision

Viewing changes to src/hb-import.c

  • Committer: Maxime Doyen
  • Date: 2023-09-06 19:23:05 UTC
  • Revision ID: homebank@free.fr-20230906192305-k19peze360g5cr9t
5.7 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
865
865
                }
866
866
                list1 = g_list_next(list1);
867
867
        }
 
868
 
 
869
        genacc->n_txnsimimp = count;
868
870
        return count;
869
871
}
870
872
 
961
963
                list1 = g_list_next(list1);
962
964
        }
963
965
 
 
966
        genacc->n_txnsimdst = count;
964
967
        return count;
965
968
}
966
969