--- src/plmap.c.orig 2019-06-01 16:24:33.000000000 -0700
+++ src/plmap.c 2019-08-18 08:42:10.000000000 -0700
//we need to do something a bit different with filled polygons. The issue is the poles
//on lat/lon plots. If we draw Antarctica then we expect it to be filled, but this
fltX = malloc( ( n + nExtraPoints ) * sizeof ( PLFLT ) );
- fltX = malloc( ( n + nExtraPoints ) * sizeof ( PLFLT ) );
+ fltY = malloc( ( n + nExtraPoints ) * sizeof ( PLFLT ) );
fltX = malloc( n * sizeof ( PLFLT ) );
- fltX = malloc( n * sizeof ( PLFLT ) );
+ fltY = malloc( n * sizeof ( PLFLT ) );