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