Revision: 878
http://sourceforge.net/p/getdata/code/878
Author: ketiltrout
Date: 2014-02-20 01:14:38 +0000 (Thu, 20 Feb 2014)
Log Message:
-----------
Typo.
Modified Paths:
--------------
trunk/getdata/bindings/python/pydirfile.c
Modified: trunk/getdata/bindings/python/pydirfile.c
===================================================================
--- trunk/getdata/bindings/python/pydirfile.c 2014-02-19 00:22:56 UTC (rev 877)
+++ trunk/getdata/bindings/python/pydirfile.c 2014-02-20 01:14:38 UTC (rev 878)
@@ -749,8 +749,8 @@
gd_entry(self->D, field_code, E);
- if ((e = gd_error(D))) {
- PYGD_REPORT_ERROR(D,e);
+ if ((e = gd_error(self->D))) {
+ PYGD_REPORT_ERROR(self->D,e);
gd_free_entry_strings(E);
free(E);
dreturn("%p", NULL);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|