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

Method return_error

src/lasunzipper.cpp:118–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118bool LASunzipper::return_error(const char* error)
119{
120 char err[256];
121 sprintf(err, "%s (LASzip v%d.%dr%d)", error, LASZIP_VERSION_MAJOR, LASZIP_VERSION_MINOR, LASZIP_VERSION_REVISION);
122 if (error_string) free(error_string);
123 error_string = LASCopyString(err);
124 return false;
125}
126
127LASunzipper::LASunzipper()
128{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected