summaryrefslogtreecommitdiff
path: root/vhook
diff options
context:
space:
mode:
Diffstat (limited to 'vhook')
-rw-r--r--vhook/imlib2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vhook/imlib2.c b/vhook/imlib2.c
index eed6c236d2..ffe873c58e 100644
--- a/vhook/imlib2.c
+++ b/vhook/imlib2.c
@@ -395,7 +395,7 @@ void Process(void *ctx, AVPicture *picture, enum PixelFormat pix_fmt, int width,
int wid, hig, h_a, v_a;
char buff[1000];
char tbuff[1000];
- char *tbp = ci->text;
+ const char *tbp = ci->text;
time_t now = time(0);
char *p, *q;
int y;