summaryrefslogtreecommitdiff
path: root/src/postprocess/sort_plz.c
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2019-02-23 23:27:40 +0100
committerDirk Engling <erdgeist@erdgeist.org>2019-02-23 23:27:40 +0100
commit602c32207ac0085489dcdd436a6866d35455fc89 (patch)
treef8ebd07c3f0681194a48e4ef972bde326b7ecafe /src/postprocess/sort_plz.c
parent380b982004e35e14f6b2ad5c5d82f33c6a3c2b4e (diff)
Add code for database import
Diffstat (limited to 'src/postprocess/sort_plz.c')
-rw-r--r--src/postprocess/sort_plz.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/postprocess/sort_plz.c b/src/postprocess/sort_plz.c
index 26ac9d0..4c30ea3 100644
--- a/src/postprocess/sort_plz.c
+++ b/src/postprocess/sort_plz.c
@@ -17,10 +17,10 @@
17#include <unistd.h> 17#include <unistd.h>
18#include <err.h> 18#include <err.h>
19 19
20enum { F_00, F_01, F_10, F_02, F_03, F_04, F_07, F_08, F_09, F_11, F_12, F_13, F_14, F_16, F_COUNT }; 20enum { F_00, F_01, F_10, F_02, F_03, F_04, F_07, F_08, F_09, F_11, F_12, F_13, F_14, F_15, F_16, F_COUNT };
21 21
22static char *g_filenames[] = { 22static char *g_filenames[] = {
23 "00_Jahr", "01_Flags", "10_Postleitzahl", "02_Nachname", "03_Vorname", "04_Zusaetze", "07_Strasse", "08_Hausnummer", "09_Verweise", "11_Ort", "12_Vorwahl", "13_Rufnummer", "14_15_Email_Webadresse", "16_Koordinaten" }; 23 "00_Jahr", "01_Flags", "10_Postleitzahl", "02_Nachname", "03_Vorname", "04_Zusaetze", "07_Strasse", "08_Hausnummer", "09_Verweise", "11_Ort", "12_Vorwahl", "13_Rufnummer", "14_Webadresse", "15_Email", "16_Koordinaten" };
24 24
25typedef struct { 25typedef struct {
26 char plz[8]; 26 char plz[8];