IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12965


Ignore:
Timestamp:
Apr 23, 2007, 1:24:58 PM (19 years ago)
Author:
jhoblitt
Message:

tweak neb_ok()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/tests/tests.c

    r12964 r12965  
    88
    99#define neb_ok(server, val, ...) \
    10     ok(val, __VA_ARGS__); \
    11     if (!val) { \
     10    if (!ok(val, __VA_ARGS__)) { \
    1211        diag("nebErr: %s", nebErr(server)); \
    1312    }
Note: See TracChangeset for help on using the changeset viewer.