html_to_ascii() , removed unused option do_citaformat
[citadel.git] / libcitadel / tests / stringbuf_conversion.c
index 00cbbe426d77f9e8bb6661d4a15633aa299b085c..8305f4677918bef8682bedaea2f8f12d25bd0e1f 100644 (file)
@@ -362,7 +362,7 @@ static void TestHTML2ASCII_line(void)
                
                StrBufTCP_read_line(Source, &fdin, 0, &Err);
                printf("the source:>%s<\n", ChrPtr(Source));
-               Target = html_to_ascii(ChrPtr(Source), StrLength(Source), 80, 0);
+               Target = html_to_ascii(ChrPtr(Source), StrLength(Source), 80);
                
                printf("the target:>%s<\n", Target);
                FlushStrBuf(Source);