MCPcopy Create free account
hub / github.com/LASzip/LASzip / return_error

Method return_error

src/laszipper.cpp:112–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112bool LASzipper::return_error(const char* error)
113{
114 char err[256];
115 sprintf(err, "%s (LASzip v%d.%dr%d)", error, LASZIP_VERSION_MAJOR, LASZIP_VERSION_MINOR, LASZIP_VERSION_REVISION);
116 if (error_string) free(error_string);
117 error_string = LASCopyString(err);
118 return false;
119}
120
121LASzipper::LASzipper()
122{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected