Changes to RCODE constants.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@837 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-09-08 15:51:52 +00:00
parent 42400b6582
commit 902c0f11bc
6 changed files with 992 additions and 956 deletions

View File

@@ -860,7 +860,7 @@ JNIEXPORT jlong JNICALL Java_xflaim_DbSystem__1createDbSystem(
JNIEnv * pEnv,
jobject) // obj)
{
IF_DbSystem * pDbSystem;
IF_DbSystem * pDbSystem = NULL;
if( RC_BAD( FlmAllocDbSystem( &pDbSystem)))
{