# HG changeset patch # User Matti Hamalainen # Date 1348088416 -10800 # Node ID 36286f2561e1792281a6bea0249c6746a83aa768 # Parent c0eefd6b2d1185b07dde5fab4c46f4db6c9787b3 Oops, 10L. diff -r c0eefd6b2d11 -r 36286f2561e1 th_config.c --- a/th_config.c Wed Sep 19 23:56:06 2012 +0300 +++ b/th_config.c Thu Sep 20 00:00:16 2012 +0300 @@ -838,7 +838,7 @@ f.line = 1; fprintf(outFile, "# Configuration written by %s %s\n\n", - th_prog_fullname, th_prog_version); + th_prog_desc, th_prog_version); return th_cfg_write_sect(&f, cfg, 0); }