Mercurial > libdvdnav.hg
changeset 131:ada79e606d8d src
fix comment
author | mroi |
---|---|
date | Fri, 21 Mar 2003 18:06:44 +0000 |
parents | f47065513ad8 |
children | f22458f928b8 |
files | searching.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/searching.c Thu Mar 20 12:22:59 2003 +0000 +++ b/searching.c Fri Mar 21 18:06:44 2003 +0000 @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2000 Rich Wareham <richwareham@users.sourceforge.net> * * This file is part of libdvdnav, a DVD navigation library. @@ -183,7 +183,7 @@ if (target >= length) { target -= length; } else { - /* convert the target sector from PG-relative to absolute physical sector */ + /* convert the target sector from Cell-relative to absolute physical sector */ target += cell->first_sector; found = 1; break;