hexdump icon indicating copy to clipboard operation
hexdump copied to clipboard

Added a CustomHexdumpBase template, a test case and a Makefile.

Open wingunder opened this issue 6 years ago • 0 comments

The CustomHexdump template assumed that we'll be using an unsigned for the RowSize. With this patch, one can get around this, by specifying the type in the CustomHexdumpBase template. The patch does not cause any backwards compatibility problems.

wingunder avatar Feb 03 '19 12:02 wingunder