Skip to content

Commit

Permalink
Merge pull request #18435 from ghalliday/issue31507
Browse files Browse the repository at this point in the history
HPCC-31507 Define the sizes of the resource objects that are linked into query dlls

Reviewed-by: Mark Kelly [email protected]
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Mar 22, 2024
2 parents cf285fd + ffae389 commit 4afc639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecl/hqlcpp/hqlres.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ bool ResourceManager::flush(StringBuffer &filename, const char *basename, bool f
}
fwrite(s.data.get(), 1, s.data.length(), bin);
fclose(bin);
fprintf(f, " .size %s,%u\n", label.str(), (unsigned)s.data.length());
}
fclose(f);
#endif
Expand Down

0 comments on commit 4afc639

Please sign in to comment.