You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/04/21 17:11:14 UTC

svn commit: r767179 - /commons/sandbox/runtime/trunk/src/main/native/shared/fco.c

Author: mturk
Date: Tue Apr 21 15:11:13 2009
New Revision: 767179

URL: http://svn.apache.org/viewvc?rev=767179&view=rev
Log:
Use more macros

Modified:
    commons/sandbox/runtime/trunk/src/main/native/shared/fco.c

Modified: commons/sandbox/runtime/trunk/src/main/native/shared/fco.c
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/shared/fco.c?rev=767179&r1=767178&r2=767179&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/shared/fco.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/shared/fco.c Tue Apr 21 15:11:13 2009
@@ -63,9 +63,9 @@
 ACR_DECLARE(jobject) ACR_IoFileObjectCreate(JNIEnv *_E, const acr_pchar_t *fname,
                                             int ftype)
 {
-    if (_clazzn.i && _m0000n.i) {
+    if (_clazzn.i && J4MID(0000)) {
         jstring path = CSTR_TO_JSTRING(fname);
-        return (*_E)->NewObject(_E, _clazzn.i, _m0000n.i,
+        return (*_E)->NewObject(_E, _clazzn.i, J4MID(0000),
                                 path, ftype);
     }
     else {