ossp-pkg/petidomo/help.c 1.6 -> 1.7
--- help.c 2001/01/08 20:36:19 1.6
+++ help.c 2001/01/10 17:12:40 1.7
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/help.c,v $
- $Revision: 1.6 $
+ $Revision: 1.7 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -107,7 +107,7 @@
"sending this request to the wrong address.\n\nYou can receive a list of all " \
"mailing lists available here by sending the command \"INDEX\" to the " \
"mailing list server.", param1);
- text_wordwrap(buffer, 75);
+ text_wordwrap(buffer, 70);
fprintf(fh, "%s\n", buffer);
CloseMailer(fh);
}
|
|