Fix TIMAS_KO status in ND_ERROR() macro: TIMAS_KO is now an error.
This commit is contained in:
parent
f9a6fc60ff
commit
4f1b7a7ff7
@ -1,9 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------*/
|
||||
/* $RCSfile: node.h,v $ */
|
||||
/*---------------------------------------------------------------------------------*/
|
||||
/* $Revision: 2.0 $ */
|
||||
/* $Revision: 2.1 $ */
|
||||
/* $Name: $ */
|
||||
/* $Date: 2001/11/26 10:54:13 $ */
|
||||
/* $Date: 2001/11/28 13:43:50 $ */
|
||||
/* $Author: agibert $ */
|
||||
/*---------------------------------------------------------------------------------*/
|
||||
|
||||
@ -159,7 +159,7 @@ typedef char *NDT_Version_Name;
|
||||
|
||||
typedef int NDT_Status;
|
||||
|
||||
#define ND_ERROR(s) ((s) < 0) /* Tous les codes retour négatifs correspondent à des erreurs */
|
||||
#define ND_ERROR(s) ((s) <= 0) /* All negative or 0 status are errors */
|
||||
|
||||
#define NDS_OK 1
|
||||
#define NDS_KO 0
|
||||
|
Loading…
Reference in New Issue
Block a user