]> Dogcows Code - chaz/homebank/blobdiff - src/hb-category.c
import homebank-5.1.3
[chaz/homebank] / src / hb-category.c
index ce14b3c035b329b176c6cc00cfa4b56f52d627ea..807e93d92d01e3db514282527aca69b2b34922af 100644 (file)
@@ -1,5 +1,5 @@
 /*  HomeBank -- Free, easy, personal accounting for everyone.
- *  Copyright (C) 1995-2016 Maxime DOYEN
+ *  Copyright (C) 1995-2017 Maxime DOYEN
  *
  *  This file is part of HomeBank.
  *
@@ -966,11 +966,9 @@ const gchar *encoding;
                                if( tmpstr != NULL )
                                {
                                        DB( g_print(" + strip %s\n", tmpstr) );
-
                                        hb_string_strip_crlf(tmpstr);
 
                                        DB( g_print(" + split\n") );
-
                                        str_array = g_strsplit (tmpstr, ";", 3);
                                        // type; sign; name
 
This page took 0.019663 seconds and 4 git commands to generate.