diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/etianalyse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etianalyse.cpp b/src/etianalyse.cpp index 415e7a6..efb614a 100644 --- a/src/etianalyse.cpp +++ b/src/etianalyse.cpp @@ -225,7 +225,7 @@ void ETI_Analyser::eti_analyse() printbuf("FCT", 2, p+4, 1, "Frame Count", to_string(fct)); if (last_fct != -1) { if ((last_fct + 1) % 250 != fct) { - printbuf("Error: FCT not contiguous", 2); + fprintf(stderr, "Error: FCT not contiguous\n"); } } last_fct = fct; |