opnsense-ports/deskutils/xpostitPlus/files/patch-notes.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
559 B
C

*** note.c.orig Wed Dec 20 17:15:34 2000
--- note.c Wed Dec 20 17:20:15 2000
***************
*** 359,364 ****
--- 359,373 ----
}
}
+ /*
+ * The problem is that texth == 0 or textw == 0 causes an ungraceful exit.
+ * In this case, we set them all to a standard size.
+ */
+ if(texth == 0 || textw == 0)
+ {
+ texth = 169;
+ textw = 227;
+ }
/*
* Get the index number of this note.