mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 02:38:54 -04:00
12 lines
404 B
C++
12 lines
404 B
C++
$NetBSD: patch-src_testing_test__escape.cpp,v 1.1 2013/06/26 15:49:31 joerg Exp $
|
|
|
|
--- src/testing/test_escape.cpp.orig 2013-06-20 19:30:16.000000000 +0000
|
|
+++ src/testing/test_escape.cpp
|
|
@@ -121,5 +121,5 @@ void f2()
|
|
cout << "OK" << endl;
|
|
else
|
|
cout << "NOK" << endl;
|
|
- cout << deci(tested.get_position()).human() << endl;
|
|
+ cout << libdar::deci(tested.get_position()).human() << endl;
|
|
}
|