mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2025-01-18 08:41:08 +00:00
add MAX_LABEL_LEN macro
This commit is contained in:
parent
304f26d64c
commit
41c44db837
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user