From 491e9853b1faf858f9f55fec2e9e3d0d8db68db4 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Thu, 8 Nov 2007 23:09:30 +0000 Subject: [PATCH] 2007-11-09 00:09 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/tip/ftpcln.prg * converted TABs to SPACEs --- harbour/ChangeLog | 4 ++++ harbour/contrib/tip/ftpcln.prg | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index de6c5fec9b..80eae2251c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-11-09 00:09 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/tip/ftpcln.prg + * converted TABs to SPACEs + 2007-11-08 22:57 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_xmingw.sh * minor modification in one message diff --git a/harbour/contrib/tip/ftpcln.prg b/harbour/contrib/tip/ftpcln.prg index bd1ee6ce5c..c13042e0d3 100644 --- a/harbour/contrib/tip/ftpcln.prg +++ b/harbour/contrib/tip/ftpcln.prg @@ -83,16 +83,16 @@ /* 2007-09-08 21:34 UTC+0100 Patrick Mast * source\tip\ftpcln.prg * Formatting - + METHOD StartCleanLogFile() - Starts a clean log file, overwriting current logfile. - + METHOD fileSize( cFileSpec ) - Calculates the filesize of the given files specifications. - + DATA cLogFile - Holds the filename of the current logfile. - ! Fixed logfilename in New(), now its not limited to 9999 log files anymore - ! Fixed MGet() due to changes in HB_aTokens() - ! Fixed listFiles() due to changes in HB_aTokens() - ! listFiles() is still buggy. Needs to be fixed. + + METHOD StartCleanLogFile() + Starts a clean log file, overwriting current logfile. + + METHOD fileSize( cFileSpec ) + Calculates the filesize of the given files specifications. + + DATA cLogFile + Holds the filename of the current logfile. + ! Fixed logfilename in New(), now its not limited to 9999 log files anymore + ! Fixed MGet() due to changes in HB_aTokens() + ! Fixed listFiles() due to changes in HB_aTokens() + ! listFiles() is still buggy. Needs to be fixed. */ #include "directry.ch"