diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2019-02-03 23:24:32 +0100 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2019-02-03 23:24:32 +0100 |
commit | 774a88373fd502f2e620baaee3216ff9cfe4c6e2 (patch) | |
tree | 749a3c104e3268096b967480dd54b3ab61d05daa | |
parent | a73a9f7ebe6c82a9210e63700481b0b2dfcb0b4b (diff) |
Branchen lookup for v4 has been renamed
-rwxr-xr-x | makecolumns.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makecolumns.sh b/makecolumns.sh index b1d2278..429d926 100755 --- a/makecolumns.sh +++ b/makecolumns.sh | |||
@@ -418,7 +418,7 @@ handle_format_version_4() { | |||
418 | printf "done.\n" | 418 | printf "done.\n" |
419 | 419 | ||
420 | printf "Looking up branch names from codes ... " | 420 | printf "Looking up branch names from codes ... " |
421 | map_branches 97_Branchenname < 09_Verweise > 09_Branchen | 421 | map_branches_v4 97_Branchenname < 09_Verweise > 09_Branchen |
422 | printf "done.\n" | 422 | printf "done.\n" |
423 | fi | 423 | fi |
424 | } | 424 | } |