freebsd-ports/audio/tclmidi/files/patch-smf_SMFTrack.cxx
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

12 lines
294 B
C++

--- smf/SMFTrack.cxx.orig 1996-08-05 03:47:36 UTC
+++ smf/SMFTrack.cxx
@@ -355,7 +355,8 @@ SMFTrack::IncreaseSize(long len)
ostream &
operator<<(ostream &os, const SMFTrack &t)
{
- long i, prev_flags;
+ std::ios_base::fmtflags prev_flags;
+ long i;
int prev_width;
unsigned char *ptr;