Skip to content

Commit

Permalink
Merge branch 'bi-import-segfault' into stable #1899
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Apr 12, 2024
2 parents df0fc05 + d0b170f commit cde6b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/import-export/bi-import/dialog-bi-import.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
g_strstrip( temp ); \
gtk_list_store_set (store, &iter, column, temp, -1); \
g_free (temp); \
}
} else gtk_list_store_set (store, &iter, column, "", -1);

static QofLogModule log_module = G_LOG_DOMAIN; //G_LOG_BUSINESS;
static char * un_escape(char *str);
Expand Down

0 comments on commit cde6b09

Please sign in to comment.