Skip to content
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,3 +441,14 @@ Enjoy!
Joerg Wuethrich
http://github.com/chewiebug/GCViewer
gcviewer@gmx.ch

aa
bb
cc
dd
ee
ff
dd
gg
hh
ii
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ protected String parseTypeString(String line, ParseInformation pos) throws Parse
}
}


protected void parseGcId(String line, ParseInformation pos) throws ParseException {
if (!line.substring(pos.getIndex()).contains("#"))
return;
Expand Down