You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
215 B

--- a/filters/qtaif.c
+++ b/filters/qtaif.c
@@ -28,7 +28,7 @@
return 3;
}
}
- taibuf[TAI_STR_LEN] = '\0';
+ taibuf[TAI_STR_LEN -1] = '\0';
printf("%s\n", taibuf);