Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.4.0
-
None
-
None
-
2019-06
Description
write_row() now uses a 'const' qualifier for the 'buf' variable which means the non-const version that we currently use doesn't match the virtual prototype. This in-turn means we effectively no longer have a write_row() function.