16:7e604baff022 | 17:5606eebd0b90 |
---|---|
156 switch (c - '0') { | 156 switch (c - '0') { |
157 case 0: | 157 case 0: |
158 { | 158 { |
159 // Comment | 159 // Comment |
160 LDComment* obj = new LDComment; | 160 LDComment* obj = new LDComment; |
161 obj->zText = zLine.substr (1, -1); | 161 obj->zText = zLine.substr (2, -1); |
162 return obj; | 162 return obj; |
163 } | 163 } |
164 | 164 |
165 case 1: | 165 case 1: |
166 { | 166 { |