9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
12 lines
294 B
C++
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;
|
|
|