X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-import-csv.c;h=02f62b238b6fc4d2a61a3307755df6e3d878e5de;hp=59e0da42c926150b68f16ce789e851fcc99a55d9;hb=cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6;hpb=b84403141a4c3a32a594800eb3fcabdc856461f8 diff --git a/src/hb-import-csv.c b/src/hb-import-csv.c index 59e0da4..02f62b2 100644 --- a/src/hb-import-csv.c +++ b/src/hb-import-csv.c @@ -1,5 +1,5 @@ /* HomeBank -- Free, easy, personal accounting for everyone. - * Copyright (C) 1995-2017 Maxime DOYEN + * Copyright (C) 1995-2018 Maxime DOYEN * * This file is part of HomeBank. * @@ -322,7 +322,7 @@ static gint csvtype[7] = { } newope->kpay = payitem->key; - newope->wording = g_strdup(str_array[4]); + newope->memo = g_strdup(str_array[4]); newope->amount = hb_qif_parser_get_amount(str_array[5]); /* category */