Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
446 B
C
11 lines
446 B
C
--- courier/cmlmfetch.C.orig 2009-11-08 18:14:47 UTC
|
|
+++ courier/cmlmfetch.C
|
|
@@ -334,7 +334,7 @@ int doindex(const char *n)
|
|
ack << std::setiosflags(std::ios::right)
|
|
<< std::setw(10)
|
|
<< msgs[i]
|
|
- << resetiosflags(std::ios::right) << " "
|
|
+ << std::resetiosflags(std::ios::right) << " "
|
|
<< std::setw(0) << msginfo[i].msgsubj << std::endl;
|
|
ack << std::setiosflags(std::ios::right)
|
|
<< std::setw(10)
|