Closed GoogleCodeExporter closed 9 years ago
The fix is:
In MapApp.cpp, line 4120, replace:
m_pinfo.wstrName = wcName;
by
if (wcName) m_pinfo.wstrName = wcName;
Regards, Leo
Original comment by leichten...@gmail.com
on 20 Sep 2009 at 10:07
As it was easy to import the patch I imported it, before releasing a new
version.
Original comment by jerome077
on 25 Jan 2012 at 9:12
Original issue reported on code.google.com by
leichten...@gmail.com
on 20 Sep 2009 at 9:41