[Thuban-commits] r2748 - branches/WIP-pyshapelib-bramz/libraries/shapelib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Mar 21 00:18:34 CET 2007


Author: bramz
Date: 2007-03-21 00:18:34 +0100 (Wed, 21 Mar 2007)
New Revision: 2748

Modified:
   branches/WIP-pyshapelib-bramz/libraries/shapelib/dbfopen.c
Log:
bugger, must test _before_ I commit, even for one line fixes =)

Modified: branches/WIP-pyshapelib-bramz/libraries/shapelib/dbfopen.c
===================================================================
--- branches/WIP-pyshapelib-bramz/libraries/shapelib/dbfopen.c	2007-03-20 23:12:45 UTC (rev 2747)
+++ branches/WIP-pyshapelib-bramz/libraries/shapelib/dbfopen.c	2007-03-20 23:18:34 UTC (rev 2748)
@@ -553,7 +553,7 @@
 void SHPAPI_CALL
 DBFClose(DBFHandle psDBF)
 {
-	if( psSHP == NULL )
+	if( psDBF == NULL )
 		return;
 		
 /* -------------------------------------------------------------------- */



More information about the Thuban-commits mailing list