Fix datum typo.

This commit is contained in:
Kurt Zeilenga 1998-11-05 21:56:08 +00:00
parent aacfd00141
commit 8777f818dc

View File

@ -59,7 +59,7 @@ idl_fetch_one(
IDList *idl;
#ifdef HAVE_BERKELEY_DB2
datum k2;
Datum k2;
memset( &k2, 0, sizeof( k2 ) );
memset( &data, 0, sizeof( data ) );
#endif