freebsd-ports/audio/maplay/files/patch-ag
Steve Price 20fe79de4b * Fixed patches not to change one file twice
* Rearrenged build target

PR:		15378
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-23 18:44:10 +00:00

37 lines
539 B
Plaintext

*** ibitstream.cc.orig Thu Jun 23 21:14:35 1994
--- ibitstream.cc Thu Dec 9 05:32:18 1999
***************
*** 64,70 ****
}
! bool Ibitstream::get_header (uint32 *headerstring)
{
int readvalue;
--- 64,70 ----
}
! boolean Ibitstream::get_header (uint32 *headerstring)
{
int readvalue;
***************
*** 102,108 ****
}
! bool Ibitstream::read_frame (uint32 bytesize)
{
int readvalue;
--- 102,108 ----
}
! boolean Ibitstream::read_frame (uint32 bytesize)
{
int readvalue;