2007-09-28 [colin] 3.0.1cvs41
[claws.git] / src / compose.c
index 9c777933a5ea5a894a32010af90e21eca42e23ef..e9405641edb76aaf8c5d79c79bdd374357bd5cea 100644 (file)
@@ -5048,7 +5048,7 @@ static gint compose_write_to_file(Compose *compose, FILE *fp, gint action, gbool
                encoding = ENC_QUOTED_PRINTABLE;
        }
        
-       debug_print("main text: %d bytes encoded as %s in %d\n",
+       debug_print("main text: %zd bytes encoded as %s in %d\n",
                strlen(buf), out_codeset, encoding);
 
        /* check for line length limit */