> On Jun 9, 2015, at 10:39 PM, Alan W. Irwin <ir...@beluga.phys.uvic.ca> wrote:
> 
> On 2015-06-09 18:18-0400 Jim Dishaw wrote:
> 
>> Attached is a patch series that corrects a NUL termination bug in
> the plot buffer that I discovered while working on the windows GDI
> driver.
> 
> Hi Jim:
> 
> I applied this result to a private branch using "git am", styled this
> result (which was very easy to do, see previous comment), amended your
> commit with those style changes using "git add" and "git commit
> --amend", and then pushed that result using the normal procedure in
> README.developers as commit id = 868f790.
> 
Thanks, I will get uncrustify working on the Windows machine I’m using so I 
don’t keep inconveniencing you.

> Note, I did not test this commit in the slightest, but I assumed you
> had done that already.

The benefit of developing the the windows GDI driver is that it is exercising 
code pathways in the plot buffer that have never been tested.  It appears that 
all the other GUI drivers have shifted to using unicode for strings.  This 
error affects drivers that use regular strings and rely on the plot buffer, 
which is a very small set.  I’m still working on the solution to the multiple 
keypress bug.
------------------------------------------------------------------------------
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to