Updated to cap requested type to be within allowable range

This commit is contained in:
Paul Tucker
2000-03-23 00:45:51 +00:00
parent beb3471ec8
commit eebd87c2b6
4 changed files with 33 additions and 131 deletions

View File

@@ -86,10 +86,10 @@
#define F_ERROR ( -1 ) /* Unspecified error */
/* DISKSPACE() types */
#define HB_DISK_AVAIL 0
#define HB_DISK_FREE 1
#define HB_DISK_AVAIL 2
#define HB_DISK_TOTAL 4
#define HB_DISK_USED 8
#define HB_DISK_USED 2
#define HB_DISK_TOTAL 3
#endif /* _FILEIO_CH */