Fix templates handling.

Bump PORTREVISION.

Obtained from:	GoldED+ CVS
This commit is contained in:
Max Khon 2003-11-02 15:19:52 +00:00
parent cbef2efb02
commit b3c43d5fbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92850
2 changed files with 12 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= golded+
PORTVERSION= 1.1.4.7
PORTREVISION= 1
CATEGORIES= news mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=golded-plus

View file

@ -0,0 +1,11 @@
--- golded3/gemsgs.cpp.orig Sun Nov 2 20:05:14 2003
+++ golded3/gemsgs.cpp Sun Nov 2 20:04:49 2003
@@ -55,7 +55,7 @@
va_list a;
va_start(a, cnt);
for(int i = 0; i < cnt; i ++) {
- use = va_arg(a, bool);
+ use = va_arg(a, int);
if(dst[toklen] == '{') {
char *p = strchr(dst+toklen, '}');
if(p) {