mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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
10 lines
309 B
C++
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
|