Changeset 1557 for trunk/bindings


Ignore:
Timestamp:
07/10/10 14:21:57 (20 months ago)
Author:
Tobias Richter
Message:

fix backwards logic the issued the waring when everything was fine
refs #219

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/java/native/NexusFile.c

    r1556 r1557  
    6767 
    6868    nexusException = (*env)->FindClass(env,"org/nexusformat/NexusException"); 
    69     if (nexusException) { 
     69    if (nexusException == NULL) { 
    7070        fprintf(stderr, "cannot find NexusException - this will not work. Terminating."); 
    7171        assert(nexusException); 
Note: See TracChangeset for help on using the changeset viewer.