Return the i/o size, not a truth value, in the probe.

This commit is contained in:
bde 1995-12-16 21:37:58 +00:00
parent b30d0a7b05
commit fa609910ba

View File

@ -63,7 +63,7 @@
***********************************************************************/
#define PROBE_FAIL 0
#define PROBE_SUCCESS 1
#define PROBE_SUCCESS IO_GSCSIZE
#define SUCCESS 0
#define FAIL -1
#define INVALID FAIL