Skip to content

Commit

Permalink
Merge pull request #26 from IntelLabs/fix_vcl_uint64
Browse files Browse the repository at this point in the history
Updates function call to reflect VCL update
  • Loading branch information
luisremis authored May 8, 2018
2 parents 5f53f99 + f080eda commit 8db1198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RSCommand.cc
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ int AddEntity::construct_protobuf(PMGDQuery& query,

if (get_value<bool>(cmd, "blob", false)) {
std::ostringstream oss;
oss << std::hex << VCL::get_int64();
oss << std::hex << VCL::get_uint64();
std::string file_name = _storage_blob + "/" + oss.str();

props[VDMS_BLOB_PATH_PROP] = file_name;
Expand Down

0 comments on commit 8db1198

Please sign in to comment.