Changed file name limits to adapt to system limits + minor changes
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
#include "hashtable.h"
|
||||
|
||||
|
||||
#define OBIVIEW_NAME_MAX_LENGTH (255) /**< The maximum length of an OBIDMS view name.
|
||||
#define OBIVIEW_NAME_MAX_LENGTH (249) /**< The maximum length of an OBIDMS view name, without the extension.
|
||||
*/
|
||||
#define VIEW_TYPE_MAX_LENGTH (1024) /**< The maximum length of the type name of a view.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user