mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Fix pc_patch_lazperf_compute_extent return value
This commit is contained in:
parent
122848cf28
commit
784776ea5b
@ -226,7 +226,7 @@ pc_patch_lazperf_compute_extent(PCPATCH_LAZPERF *patch)
|
||||
{
|
||||
#ifndef HAVE_LAZPERF
|
||||
pcerror("%s: lazperf support is not enabled", __func__);
|
||||
return NULL;
|
||||
return PC_FAILURE;
|
||||
#endif
|
||||
|
||||
PCPATCH_UNCOMPRESSED *pau = pc_patch_uncompressed_from_lazperf(patch);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user