whitevamp / pw-tools

Automatically exported from code.google.com/p/pw-tools
1 stars 0 forks source link

sMAPtool crash on newer PWI world precinct.clt->sev #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reason: 

"Conversion Executor"  1724.791992  219.608994  992.364990

fix: 
replace 
if(line->Contains("version "))
with
if(line->StartsWith("version ")) in     void convert_save_precinct(String^ fileIn, 
String^ fileOut) in MainWindow.h

Original issue reported on code.google.com by max_schm...@gmx.net on 2 Sep 2012 at 9:56

GoogleCodeExporter commented 8 years ago
fixed in r 218

Original comment by max_schm...@gmx.net on 2 Sep 2012 at 10:23