--- ../dvdauthor-0.6.14-orig/src/subgen.c 2007-01-26 10:06:09 +0900 +++ src/subgen.c 2007-02-27 10:49:56 +0900 @@ -691,7 +691,7 @@ if (debug > 0) { - fprintf(stderr,"INFO: Subtitle inserted at: %f sd=%d\n", (double)cursti->spts / 90000, cursti->sd / 90000); + fprintf(stderr,"INFO: Subtitle inserted at: %f sd=%f\n", (double)cursti->spts / 90000, (double)cursti->sd / 90000); } freestinfo(cursti); }