dreamstreat / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

countkml.cc uses KmzFile::CountFromString() incorrectly #129

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

KmzFile::CountFromString() takes a string of kmz data

Originally reported as a comment on the KmlEngineReference:

Comment by bruce.forsberg, Nov 25, 2009
In the countkml.cc example, it uses a Kmz::OpenFromString? call. It is passed 
argv1?. I believe the call should be OpenFromFile? and not OpenFrom? String.

Original issue reported on code.google.com by kml.b...@gmail.com on 3 Dec 2009 at 7:08

GoogleCodeExporter commented 8 years ago
Fixed in r718

Original comment by kml.b...@gmail.com on 3 Dec 2009 at 7:08