ports/sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h
Edwin Groothuis c860746050 [update] sysutils/ndir 0.8.8
Version 0.8.8, 2004-04-09
	- Number output format reimplemented, see Format.h, Format.cpp
	  Resolved problems with output of numbers on some platforms together
	  with Large File Support.

PR:		ports/86594
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	maintainer timeout
2005-11-22 13:23:50 +00:00

10 lines
309 B
C++

--- src/File-Date-StringUtils/Format.h.orig Sat Apr 10 01:41:38 2004
+++ src/File-Date-StringUtils/Format.h Mon Sep 26 16:09:59 2005
@@ -65,6 +65,6 @@
text-containing string to be output on a terminal
*/
std::string clean( std::string s);
-
+ std::string getLengthString( int length);
#endif