Skip to content

Commit

Permalink
db_perlvdb: fix valdata inline
Browse files Browse the repository at this point in the history
Thanks go to @varghesepaul for reporting it
Close #3152

(cherry picked from commit 8b2ac92)
  • Loading branch information
razvancrainea committed Aug 16, 2023
1 parent b529ce7 commit 28e74a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/db_perlvdb/perlvdb_conv.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ AV *keys2perlarray(db_key_t* keys, int n) {
return array;
}

inline SV *valdata(db_val_t* val) {
static inline SV *valdata(db_val_t* val) {
SV *data = &PL_sv_undef;
const char* stringval;

Expand Down

0 comments on commit 28e74a4

Please sign in to comment.