mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 06:48:47 +02:00
Incorporate patch at http://bugs.debian.org/cgi-bin/bugreport.cgi/03-broken-postscript.patch?bug=320415;msg=26;att=1
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "dynbuf.h"
|
||||
static char const RCSID[] = "$Id: rem2ps.c,v 1.14 2005-09-30 03:29:32 dfs Exp $";
|
||||
static char const RCSID[] = "$Id: rem2ps.c,v 1.15 2005-12-31 23:05:24 dfs Exp $";
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
@@ -601,7 +601,6 @@ void WriteOneEntry(CalEntry *c)
|
||||
PutChar(')');
|
||||
while(isspace((unsigned char)*s)) s++;
|
||||
if (!*s) {
|
||||
printf("]\n");
|
||||
goto finish;
|
||||
}
|
||||
PutChar('(');
|
||||
|
||||
Reference in New Issue
Block a user