Skip to content

Commit

Permalink
HPCC-31507 Define the sizes of the resource objects that are linked i…
Browse files Browse the repository at this point in the history
…nto query dlls

Signed-off-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday committed Mar 21, 2024
1 parent 1c441ca commit ffae389
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 ffae389

Please sign in to comment.