aboutsummaryrefslogtreecommitdiffstats
path: root/transfug_oe.c
diff options
context:
space:
mode:
authorYves Duret <yduret@mandriva.com>2001-06-11 15:14:36 +0000
committerYves Duret <yduret@mandriva.com>2001-06-11 15:14:36 +0000
commit70264492814818bb1c472af4523bdc67afe58b9b (patch)
tree5c41917ecf20ec047d06612c70b4ae17ac70d801 /transfug_oe.c
parent44529547136ea057ce256fa43506318716cb966c (diff)
downloadtransfugdrake-70264492814818bb1c472af4523bdc67afe58b9b.tar
transfugdrake-70264492814818bb1c472af4523bdc67afe58b9b.tar.gz
transfugdrake-70264492814818bb1c472af4523bdc67afe58b9b.tar.bz2
transfugdrake-70264492814818bb1c472af4523bdc67afe58b9b.tar.xz
transfugdrake-70264492814818bb1c472af4523bdc67afe58b9b.zip
updated
Diffstat (limited to 'transfug_oe.c')
-rw-r--r--transfug_oe.c28
1 files changed, 5 insertions, 23 deletions
diff --git a/transfug_oe.c b/transfug_oe.c
index ee2eaaf..0cf871e 100644
--- a/transfug_oe.c
+++ b/transfug_oe.c
@@ -149,7 +149,7 @@ int oe_readmessage(oe_data *data,
#ifdef DEBUG
printf("%.8x : \n",pos-segheadsize);
#endif
- data->oput("From liboe@linux Sun Jun 11 19:48:24 2000\n");
+ data->oput("From mandrake@MandrakeLinux Mon Jun 11 10:00:00 2001\n");
headerwritten = 1;
}
while (pos<endofsegment) {
@@ -396,28 +396,9 @@ oe_data* oe_readmbox(char* filename,void (*oput)(char*)) {
fclose(data->oe);
return data;
}
-/* OE2MBX 1.21
+/* based on OE2MBX 1.21
Copyright (C) 2000 Stephan B. Nedregaard (stephan@micropop.com) */
-/* This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-*/
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
#ifdef WINDOWS
#define SLASH '\\'
#else
@@ -429,9 +410,10 @@ char *filename = NULL, *fn;
void msgandquit(int h) {
if (h==0)
- printf("transfug_oe\nSyntax: transfug_oe [oe_mbox] based on OE2MBX 1.21 (c) 2000 Stephan B. Nedregaard - stephan@micropop.com");
+ printf("transfug_oe\nSyntax: transfug_oe [oe_mbox]*\n"
+ "based on OE2MBX 1.21 (c) 2000 Stephan B. Nedregaard - stephan@micropop.com\n");
else if (h==1)
- printf("OE2MBX cannot run on this platform. Please consult the Web site at http://www.micropop.com/code/");
+ printf("OE2MBX cannot run on this platform. Please consult the Web site at http://www.micropop.com/code/\n");
exit(h);
}