X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-import-qif.c;h=54f458a0e7777f3d2e788215b1b8b6e321d7abc0;hp=deca883cbdd67c825ad59a74b3697a371322ae7c;hb=cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6;hpb=b84403141a4c3a32a594800eb3fcabdc856461f8 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;