From 70c554eb583caaedeebc94c8af44168831ce8167 Mon Sep 17 00:00:00 2001 From: germeier Date: Fri, 23 Apr 2004 19:21:07 +0000 Subject: don't dump core if internal memory is not available --- libmpio/defs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libmpio/defs.h') diff --git a/libmpio/defs.h b/libmpio/defs.h index 780c46e..c7880c0 100644 --- a/libmpio/defs.h +++ b/libmpio/defs.h @@ -1,5 +1,5 @@ /* - * $Id: defs.h,v 1.33 2004/04/19 12:19:20 germeier Exp $ + * $Id: defs.h,v 1.34 2004/04/23 19:21:07 germeier Exp $ * * libmpio - a library for accessing Digit@lways MPIO players * Copyright (C) 2002, 2003 Markus Germeier @@ -166,6 +166,7 @@ typedef struct { #define MPIO_ERR_DIR_RECURSION -16 #define MPIO_ERR_FILE_IS_A_DIR -17 #define MPIO_ERR_USER_CANCEL -18 +#define MPIO_ERR_MEMORY_NOT_AVAIL -19 /* internal errors, occur when UI has errors! */ #define MPIO_ERR_INT_STRING_INVALID -101 -- cgit v1.2.3