search for: vgafilterptr

Displaying 2 results from an estimated 2 matches for "vgafilterptr".

Did you mean: vgafileptr
2015 Aug 21
1
[PATCH 1/2] msg: VGAFilePtr should be char
...don't understand your point. Since VGAFilePtr is now a char after the patch, if you increment it, it only changes by one byte. That was the point of the diff in the first place. Since the types now agree, you can also get rid of the cast. I believe the original author was attempting to use VGAFilterPtr as a native 16 bit pointer but confused the pointer arithmetic. > Was this code working when you tested it? It works.
2015 Aug 21
2
[PATCH 1/2] msg: VGAFilePtr should be char
VGAFilePtr is used as a pointer into VGAFileBuf, so it should be the same type. Signed-off-by: Chas Williams <ciwillia at brocade.com> --- com32/elflink/ldlinux/msg.c | 4 ++-- core/graphics.c | 2 +- core/include/graphics.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/com32/elflink/ldlinux/msg.c b/com32/elflink/ldlinux/msg.c index 9ded33e..37cbe71