remind/remind-03.01.12-rem2ps-margins.patch

12 lines
390 B
Diff
Raw Normal View History

--- src/rem2ps.c~ 2011-12-05 17:08:21.000000000 -0500
+++ src/rem2ps.c 2012-04-25 17:46:19.831719343 -0400
@@ -772,7 +772,7 @@
case 'o':
if (i == argc) Usage("Offset must be supplied");
offset = atoi(argv[i++]);
- if (offset < 36) offset = 36;
+ if (offset < 0) offset = 0;
if (!*s) Usage("Offset must specify l, r, t or b");
while(*s) {
switch(*s++) {