Skip to content

Commit

Permalink
Plugins: lost terminator in versioning plugin [fixes #248]
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgs committed Aug 30, 2017
1 parent ccddb4f commit b231a85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/versioning/versioning.cc
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ static Native_func_registry func_array[] =
{ { C_STRING_WITH_LEN("VTQ_ISO_LEVEL") }, BUILDER(Create_func_vtq<VTQ_ISO_LEVEL>)},
{ { C_STRING_WITH_LEN("VTQ_TRX_ID") }, BUILDER(Create_func_vtq<VTQ_TRX_ID>)},
{ { C_STRING_WITH_LEN("VTQ_TRX_SEES") }, BUILDER(Create_func_vtq_trx_sees<Item_func_vtq_trx_sees>)},
{ { C_STRING_WITH_LEN("VTQ_TRX_SEES_EQ") }, BUILDER(Create_func_vtq_trx_sees<Item_func_vtq_trx_sees_eq>)}
{ { C_STRING_WITH_LEN("VTQ_TRX_SEES_EQ") }, BUILDER(Create_func_vtq_trx_sees<Item_func_vtq_trx_sees_eq>)},
{ {0, 0}, NULL}
};


Expand Down

0 comments on commit b231a85

Please sign in to comment.