diff --git a/include/node.h b/include/node.h index 8cdbf2f..34e4111 100644 --- a/include/node.h +++ b/include/node.h @@ -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