Differences From Artifact [e1610ffe3b]:
- Executable file
mttroot/mtt/bin/trans/dia2abg.pl
— part of check-in
[5918cd94db]
at
2002-12-19 08:21:48
on branch origin/master
— Now causal completion creates new sys_cbg.dia instead of overwriting
sys_abg.dia, by default. (user: david-hoover@users.sourceforge.net, size: 20626) [annotate] [blame] [check-ins using] [more...]
To Artifact [3a7a725f01]:
- Executable file mttroot/mtt/bin/trans/dia2abg.pl — part of check-in [de8a6e6d8a] at 2004-07-29 17:46:45 on branch origin/master — Removed error if label file has less than three fields. (user: geraint@users.sourceforge.net, size: 20541) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
195 196 197 198 199 200 201 | 195 196 197 198 199 200 201 202 203 204 205 206 207 208 | - - |
next if (/^(\s)*$/);
# Get rid of leading/trailing whitespace:
s/^\s*(\S.+\S)\s*$/$1/;
print_debug("label: $_ \n");
@line = split(/\s+/);
|
| ︙ |