summaryrefslogtreecommitdiffstats
path: root/devel/p5-Shape/files/patch-Shape.xs
blob: 7a6d208ad0f55cef028f41887b06f6f47edabb50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- Shape.xs.orig	Tue Mar  4 14:18:00 2003
+++ Shape.xs	Mon Aug 23 16:42:18 2004
@@ -2,7 +2,7 @@
 #include "perl.h"
 #include "XSUB.h"
 
-#include <libshp/shapefil.h>
+#include <shapefil.h>
 
 
 MODULE = Shape		PACKAGE = Shape		
@@ -389,7 +389,7 @@
 				  case FTDouble:
 					if (!(sv = newSVnv(DBFReadDoubleAttribute(hDBF,record,field)))) goto BREAK;
 				  break;
-				  default:
+				  default: break;
 				}
 
 				hv_store(hv2, field_name, strlen(field_name), sv, 0);
OpenPOWER on IntegriCloud