OSDN Git Service

ffprobe: fix typo in ESCAPE_CHECK_SIZE
authorStefano Sabatini <stefasab@gmail.com>
Mon, 6 Feb 2012 09:44:54 +0000 (10:44 +0100)
committerStefano Sabatini <stefasab@gmail.com>
Mon, 6 Feb 2012 10:30:45 +0000 (11:30 +0100)
ffprobe.c

index 08ee8fd..79f7494 100644 (file)
--- 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";                                \
     }