X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-import-csv.c;h=02f62b238b6fc4d2a61a3307755df6e3d878e5de;hp=8d87f14ba53de9936ee794e09f5955df405632da;hb=cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6;hpb=996fa4ab9f6b836001f8ad0eecbfd3821687fea7 diff --git a/src/hb-import-csv.c b/src/hb-import-csv.c index 8d87f14..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-2016 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 */