| commit | 76007d669e449625eba9ea5a1eb4993a56d0969b | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Dec 11 17:13:05 2025 +0100 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Dec 11 17:13:05 2025 +0100 |
| tree | 158229ec39984eec05dc2ff1fc42e1e3aaa2cc77 | |
| parent | fab02766bfe66e2f736e19c7ae5da59a39882e85 [diff] [blame] |
Only populate XPOS column Change-Id: I0606660bcf260a92d414179a6a87978a85ad8797
diff --git a/src/index.js b/src/index.js index 1a368fb..78d3c9b 100755 --- a/src/index.js +++ b/src/index.js
@@ -121,7 +121,7 @@ new_tag = 'ADR'; } if (new_tag) { - columns[3] = columns[4] = new_tag; + columns[4] = new_tag; columns[5] = '_'; if (global.standalone) { process.stdout.write(fileheader);