X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-import-qif.c;fp=src%2Fhb-import-qif.c;h=54f458a0e7777f3d2e788215b1b8b6e321d7abc0;hp=deca883cbdd67c825ad59a74b3697a371322ae7c;hb=d11c8dd3275ed2a4a35598e69c0804dcf9435766;hpb=2ef3e601408ebaeeaf5f40d6967664b012a49979 diff --git a/src/hb-import-qif.c b/src/hb-import-qif.c index deca883..54f458a 100644 --- a/src/hb-import-qif.c +++ b/src/hb-import-qif.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. * @@ -675,7 +675,7 @@ GList *list = NULL; } if( PREFS->dtex_qifmemo ) - newope->wording = g_strdup(tmpmemo); + newope->memo = g_strdup(tmpmemo); newope->info = g_strdup(item->info); newope->amount = item->amount;