ossp-pkg/petidomo/members.c 1.6 -> 1.7
--- members.c 2001/01/08 20:36:19 1.6
+++ members.c 2001/01/10 17:12:40 1.7
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/members.c,v $
- $Revision: 1.6 $
+ $Revision: 1.7 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -87,7 +87,7 @@
"afraid. If there's a certain reason, why you need to know the list " \
"of subscribed addresses, please contact the mailing list administrator " \
"under the address \"%s\" instead.", owner);
- text_wordwrap(buffer, 75);
+ text_wordwrap(buffer, 70);
fprintf(fh, "%s\n", buffer);
CloseMailer(fh);
}
|
|