XFLAIM changes. Fixed compiler warnings on Windows.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@822 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-09-07 18:50:49 +00:00
parent 567f6dc6be
commit 58d3a275e7
5 changed files with 34 additions and 34 deletions

View File

@@ -1754,7 +1754,7 @@ Desc:
JNIEXPORT jlong JNICALL Java_xflaim_DbSystem__1openBufferIStream(
JNIEnv * pEnv,
jobject, // obj,
jlong lThis,
jlong, // lThis,
jstring sBuffer)
{
RCODE rc = NE_XFLM_OK;