From 1ca0812d909a05e341e4c76861fb9dccc2f47112 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 6 Feb 2012 10:44:54 +0100 Subject: ffprobe: fix typo in ESCAPE_CHECK_SIZE --- ffprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffprobe.c') diff --git a/ffprobe.c b/ffprobe.c index 08ee8fd5d7..79f749470b 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -385,7 +385,7 @@ fail: char buf[64]; \ snprintf(buf, sizeof(buf), "%s", src); \ av_log(log_ctx, AV_LOG_WARNING, \ - "String '%s...' with is too big\n", buf); \ + "String '%s...' is too big\n", buf); \ return "FFPROBE_TOO_BIG_STRING"; \ } -- cgit v1.2.3