Mercurial > libdvdnav.hg
changeset 101:f885a4cb7bce src
small output beautification
author | mroi |
---|---|
date | Sun, 22 Sep 2002 11:53:32 +0000 |
parents | a767842bc447 |
children | 3e6970dbe8d6 |
files | vm.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vm.c Thu Sep 19 04:48:28 2002 +0000 +++ b/vm.c Sun Sep 22 11:53:32 2002 +0000 @@ -541,7 +541,7 @@ part++; if (found == 1) { fprintf(MSG_OUT, "libdvdnav: ************ this chapter FOUND!\n"); - printf("VTS_PTT_SRPT - Title %3i part %3i: PGC: %3i PG: %3i\n", + fprintf(MSG_OUT, "libdvdnav: VTS_PTT_SRPT - Title %3i part %3i: PGC: %3i PG: %3i\n", title, part, vts_ptt_srpt->title[title-1].ptt[part-1].pgcn , vts_ptt_srpt->title[title-1].ptt[part-1].pgn ); @@ -1988,6 +1988,9 @@ /* * $Log$ + * Revision 1.36 2002/09/22 11:53:32 mroi + * small output beautification + * * Revision 1.35 2002/09/17 11:00:22 jcdutton * First patch for personalized dvd viewing. I have not tested it yet. *