Changeset 1557 for trunk/bindings
- Timestamp:
- 07/10/10 14:21:57 (20 months ago)
- File:
-
- 1 edited
-
trunk/bindings/java/native/NexusFile.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/java/native/NexusFile.c
r1556 r1557 67 67 68 68 nexusException = (*env)->FindClass(env,"org/nexusformat/NexusException"); 69 if (nexusException ) {69 if (nexusException == NULL) { 70 70 fprintf(stderr, "cannot find NexusException - this will not work. Terminating."); 71 71 assert(nexusException);
Note: See TracChangeset
for help on using the changeset viewer.
