summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2015-05-14 03:11:23 +0200
committerDirk Engling <erdgeist@erdgeist.org>2015-05-14 03:11:23 +0200
commite53992a807a714f73a17cec33d96b2494a4373ba (patch)
tree3fd39a5f9d2cb458ee33b037697657e240c52153 /src
parentdc125c4db8e50abf68132748acfd0ba1b2e09fad (diff)
Fix a field I mixed up in continuations
Diffstat (limited to 'src')
-rw-r--r--src/export/split_version_2.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/export/split_version_2.c b/src/export/split_version_2.c
index d3018dd..4a5d1b8 100644
--- a/src/export/split_version_2.c
+++ b/src/export/split_version_2.c
@@ -32,29 +32,29 @@
324009 - *:"0" - 324009 - *:"0" -
33400B - - 6:"0" 33400B - - 6:"0"
34400C - !!! - => in 1996_Q1: 04_Namenszusatz 34400C - !!! - => in 1996_Q1: 04_Namenszusatz
35400E 15 07 - 35400E 12 07 -
36400F 06 06 14 36400F 06 06 14
374010 - - 07 374010 - - 07
384011 17 - 17 384011 17 - 17
394012 07 17 06 394012 07 17 06
404013 14 09 09 404013 14 09 09
414014 13 11 11 414014 13 11 11
424015 09 15 04 424015 09 12 04
434016 11 04 10 434016 11 04 10
444017 04 10 13 444017 04 10 13
454018 10 14 - 454018 10 14 -
46401A - 13 15 46401A - 13 12
47401B 08 08 08 47401B 08 08 08
48401C 12 12 12 48401C 15 15 15
49 49
50*/ 50*/
51 51
52enum { g_outfiles = 17 }; 52enum { g_outfiles = 17 };
53static enum { CD_NO = 0, CD_S = 1, CD_W = 2 } g_cd; 53static enum { CD_NO = 0, CD_S = 1, CD_W = 2 } g_cd;
54static int g_outfilemap[3][29] = { 54static int g_outfilemap[3][29] = {
55 {-1,-1,-1, 0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,14, 6,-1,16, 5,13,12, 8,10, 3, 9,-1,-1, 7,11 }, 55 {-1,-1,-1, 0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,11, 6,-1,16, 5,13,12, 8,10, 3, 9,-1,-1, 7,14 },
56 {-1,-1,-1, 0,-1,-1,-1,-1,-1,-1,-1,-1,11,-1, 6, 5,-1,-1,16, 8,10,14, 3, 9,13,-1,12, 7,11 }, 56 {-1,-1,-1, 0,-1,-1,-1,-1,-1,-1,-1,-1,11,-1, 6, 5,-1,-1,16, 8,10,11, 3, 9,13,-1,12, 7,14 },
57 {-1,-1,-1, 0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,13, 6,16, 5, 8,10, 3, 9,12,-1,-1,14, 7,11 } 57 {-1,-1,-1, 0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,13, 6,16, 5, 8,10, 3, 9,12,-1,-1,11, 7,14 }
58}; 58};
59 59
60static struct { 60static struct {