From a7c0bc1620bc67e8b0932747af596ce8c768dec3 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 12 Jul 2024 12:05:43 +0100 Subject: [PATCH] fix comment --- src/vmrcli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmrcli.c b/src/vmrcli.c index d73a8a9..d82890e 100644 --- a/src/vmrcli.c +++ b/src/vmrcli.c @@ -33,7 +33,7 @@ "\ts: Launch the StreamerView application" #define OPTSTR ":hk:msc:iID:v" #define MAX_LINE 4096 /* Size of the input buffer */ -#define RES_SZ 512 /* Size of the buffer passed to VBVMR_SetParameterStringA */ +#define RES_SZ 512 /* Size of the buffer passed to VBVMR_GetParameterStringW */ #define COUNT_OF(x) (sizeof(x) / sizeof(x[0])) #define DELIMITERS " \t;,"