changeset 62:36286f2561e1

Oops, 10L.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Sep 2012 00:00:16 +0300
parents c0eefd6b2d11
children 5ab4c28b85cd
files th_config.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }