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

Typo in last commit

parent efaa88e4
No related branches found
No related tags found
No related merge requests found
......@@ -487,7 +487,7 @@ function parse_ticfile(fname)
case 'ldesc':
outtic.push(line);
if (tic[key] === undefined)
tick[key] = '';
tic[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