typo
This commit is contained in:
parent
e17a990f8d
commit
f8d3165ed8
@ -32,7 +32,7 @@
|
||||
#endif
|
||||
#include <algorithm>
|
||||
#include <golded.h>
|
||||
#include <getpls.h>
|
||||
#include "getpls.h"
|
||||
|
||||
#if defined(__USE_ALLOCA__)
|
||||
#include <malloc.h>
|
||||
@ -260,8 +260,8 @@ int TemplateToText(int mode, GMsg* msg, GMsg* oldmsg, const char* tpl, int origa
|
||||
fp.Fputs("@header To : @dname@align{44}@daddr\n");
|
||||
else
|
||||
fp.Fputs("@header To : @dname\n");
|
||||
}
|
||||
*/
|
||||
}
|
||||
fp.Fputs(TPL_BUILTIN_BODY);
|
||||
/*
|
||||
fp.Fputs("@header Subj : @subject\n"
|
||||
|
@ -48,7 +48,7 @@
|
||||
|
||||
// alternate lines of built-in template, only for FTN (all areas)
|
||||
#define TPL_BUILTIN_TOP_FTN \
|
||||
"@header From : @oname@align{44}@oaddr@align{60}@odtime\n"
|
||||
"@header From : @oname@align{44}@oaddr@align{60}@odtime\n" \
|
||||
"@net@header To : @dname@align{44}@daddr\n" \
|
||||
"@echo@header To : @dname\n" \
|
||||
"@local@header To : @dname\n"
|
||||
|
Reference in New Issue
Block a user