mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
14 lines
335 B
Plaintext
14 lines
335 B
Plaintext
$NetBSD: patch-ac,v 1.1 2010/01/23 23:21:45 is Exp $
|
|
|
|
--- src/ordinal.cpp.orig 2010-01-17 04:51:35.000000000 +0000
|
|
+++ src/ordinal.cpp
|
|
@@ -1341,7 +1341,7 @@ static void limitElementComboTest(const
|
|
}
|
|
}
|
|
|
|
-OutStream::OutStream():currentStream(&cerr),debugStream(0)
|
|
+OutStream::OutStream():currentStream(&cout),debugStream(0)
|
|
{
|
|
}
|
|
|