[Getdata-commits] SF.net SVN: getdata:[458] trunk/getdata/bindings/python/pydirfile.c
Scientific Database Format
Brought to you by:
ketiltrout
|
From: <ket...@us...> - 2010-10-19 20:39:51
|
Revision: 458
http://getdata.svn.sourceforge.net/getdata/?rev=458&view=rev
Author: ketiltrout
Date: 2010-10-19 20:39:45 +0000 (Tue, 19 Oct 2010)
Log Message:
-----------
Fix type
Modified Paths:
--------------
trunk/getdata/bindings/python/pydirfile.c
Modified: trunk/getdata/bindings/python/pydirfile.c
===================================================================
--- trunk/getdata/bindings/python/pydirfile.c 2010-10-19 02:37:29 UTC (rev 457)
+++ trunk/getdata/bindings/python/pydirfile.c 2010-10-19 20:39:45 UTC (rev 458)
@@ -853,7 +853,7 @@
const char** fields;
char* keywords[] = { "parent", "type", NULL };
const char* parent = NULL;
- gd_type_t type = (int)GD_NO_ENTRY;
+ gd_entype_t type = GD_NO_ENTRY;
int i;
if (!PyArg_ParseTupleAndKeywords(args, keys,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|