2016-07-26 18:51:15 +02:00
|
|
|
--- smf/SMFTrack.cxx.orig 1996-08-05 03:47:36 UTC
|
|
|
|
+++ smf/SMFTrack.cxx
|
|
|
|
@@ -355,7 +355,8 @@ SMFTrack::IncreaseSize(long len)
|
2002-12-14 21:30:22 +01:00
|
|
|
ostream &
|
|
|
|
operator<<(ostream &os, const SMFTrack &t)
|
|
|
|
{
|
|
|
|
- long i, prev_flags;
|
2013-09-24 10:21:47 +02:00
|
|
|
+ std::ios_base::fmtflags prev_flags;
|
2002-12-14 21:30:22 +01:00
|
|
|
+ long i;
|
|
|
|
int prev_width;
|
|
|
|
unsigned char *ptr;
|
|
|
|
|