mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2026-04-18 01:03:31 +00:00
add MAX_LABEL_LEN macro
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "vmr.h"
|
||||
|
||||
#define MAX_LINE 1024
|
||||
#define MAX_LABEL_LEN 512
|
||||
|
||||
enum
|
||||
{
|
||||
@@ -19,7 +20,7 @@ struct result
|
||||
union val
|
||||
{
|
||||
float f;
|
||||
char s[512];
|
||||
char s[MAX_LABEL_LEN];
|
||||
} val;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user