[Pkg-wmaker-commits] [wmbiff] 19/84: slightly changed debug messages; exists() is more a test -f than a test -e
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_4_10
in repository wmbiff.
commit 3009829feb4e74302a8b5a604fc40cd799d08414
Author: bluehal <bluehal>
Date: Sat Jun 8 22:14:54 2002 +0000
slightly changed debug messages; exists() is more a test -f than a test -e
---
wmbiff/Client.h | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/wmbiff/Client.h b/wmbiff/Client.h
index 0a1ea19..c88752d 100644
--- a/wmbiff/Client.h
+++ b/wmbiff/Client.h
@@ -1,11 +1,11 @@
-/* $Id: Client.h,v 1.24 2002/06/01 06:02:05 bluehal Exp $ */
+/* $Id: Client.h,v 1.25 2002/06/08 22:14:54 bluehal Exp $ */
/* Author : Scott Holden ( scotth at thezone.net )
Modified : Yong-iL Joh ( tolkien at mizi.com )
Modified : Jorge Garc�a ( Jorge.Garcia at uv.es )
*
* Email Checker Pop3/Imap4/Licq/Gicu/mbox/maildir/finger
*
- * Last Updated : $Date: 2002/06/01 06:02:05 $
+ * Last Updated : $Date: 2002/06/08 22:14:54 $
*
*/
@@ -89,9 +89,9 @@ FILE *openMailbox(Pop3 pc, const char *mbox_filename);
char *backtickExpand(Pop3 pc, const char *path);
int fileHasChanged(const char *mbox_filename, time_t * atime,
time_t * mtime, off_t * size);
-int grabCommandOutput(Pop3 pc, const char *command, /*@out@ */
- char **output);
-int exists(const char *filename); /* test -e */
+int grabCommandOutput(Pop3 pc, const char *command,
+ /*@out@ */ char **output);
+int exists(const char *filename); /* test -f */
/* _NONE is for silent operation. _ERROR is for things that should
be printed assuming that the user might possibly see them. _INFO is
@@ -106,8 +106,9 @@ int exists(const char *filename); /* test -e */
#define DM(mbox, msglevel, X...) \
do { \
if (mbox == NULL || (mbox)->debug >= msglevel) { \
- printf("wmbiff: " X); \
-(void)fflush(NULL); \
+ printf("wmbiff/%s ", (mbox)->label); \
+ printf(X); \
+ (void)fflush(NULL); \
} \
} while(0)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git
More information about the Pkg-wmaker-commits
mailing list