Mercurial > audlegacy-plugins
changeset 1191:1cb26b6f7ba0 trunk
Sync with upstream: revision 1.8, Sun Jun 17 20:05:40 2007 UTC
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Thu, 21 Jun 2007 11:37:29 +0100 |
parents | ed2d7787779e |
children | 16413a86172c 483b8d900d5e |
files | src/adplug/core/dro.cxx |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/adplug/core/dro.cxx Thu Jun 21 17:33:00 2007 +0900 +++ b/src/adplug/core/dro.cxx Thu Jun 21 11:37:29 2007 +0100 @@ -1,6 +1,6 @@ /* * Adplug - Replayer for many OPL2/OPL3 audio file formats. - * Copyright (C) 1999 - 2005 Simon Peter, <dn.tlp@gmx.net>, et al. + * Copyright (C) 1999 - 2007 Simon Peter, <dn.tlp@gmx.net>, et al. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -69,7 +69,7 @@ // load section mstotal = f->readInt (4); // Total milliseconds in file length = f->readInt (4); // Total data bytes in file - f->ignore (1); // Type of opl data this can contain - ignored + f->ignore (4); // Type of opl data this can contain - ignored data = new unsigned char[length]; for (i = 0; i < length; i++) data[i] = f->readInt (1);