Skip to content
Snippets Groups Projects
Commit f556a39c authored by deuce's avatar deuce
Browse files

Fix desc/longdesc parsing which added "undefined" to the beginning of the

description.
parent 09377cc6
No related branches found
No related tags found
No related merge requests found
......@@ -487,6 +487,8 @@ function parse_ticfile(fname)
case 'desc':
case 'ldesc':
outtic.push(line);
if (tic[key] === undefined)
tick[key] = '';
tic[key] += val+"\r\n";
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment