Break trigraph.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 24 Jul 2008 10:28:22 +0000 (10:28 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 24 Jul 2008 10:28:22 +0000 (10:28 +0000)
[r20653]

ir/tv/tv.c

index fde85a6..1afb4a5 100644 (file)
@@ -1568,7 +1568,7 @@ int tarval_snprintf(char *buf, size_t len, tarval *tv) {
                        return snprintf(buf, len, "<TV_BAD>");
                if (tv == tarval_undefined)
                        return snprintf(buf, len, "<TV_UNDEF>");
-               return snprintf(buf, len, "<TV_???>");
+               return snprintf(buf, len, "<TV_??""?>");
        }
 
        return 0;