Skip to content

Commit

Permalink
Temporary workaround for #67
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Romain committed Dec 7, 2023
1 parent ce8f02d commit a4aa9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LASlib/lasdefinitions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ class LASheader : public LASquantizer, public LASattributer
if (number_of_extended_variable_length_records)
{
evlrs[i] = evlrs[number_of_extended_variable_length_records];
evlrs = (LASevlr*)realloc(evlrs, sizeof(LASvlr)*number_of_extended_variable_length_records);
//evlrs = (LASevlr*)realloc(evlrs, sizeof(LASvlr)*number_of_extended_variable_length_records);
}
else
{
Expand Down

0 comments on commit a4aa9eb

Please sign in to comment.