[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #66504] [PATCH] [gropdf] build failure on Solaris 10
From: |
G. Branden Robinson |
Subject: |
[bug #66504] [PATCH] [gropdf] build failure on Solaris 10 |
Date: |
Fri, 6 Dec 2024 05:08:27 -0500 (EST) |
Follow-up Comment #16, bug #66504 (group groff):
This did the trick.
$ diff -u ./src/devices/gropdf/gropdf.pl{~,}
--- ./src/devices/gropdf/gropdf.pl~ Fri Dec 6 11:06:27 2024
+++ ./src/devices/gropdf/gropdf.pl Fri Dec 6 11:06:45 2024
@@ -2044,7 +2044,7 @@
my $label={};
$label->{S} = "/$S" if $S;
$label->{P} = "($P)" if length($P);
- $label->{St} = $St if length($St);
+ $label->{St} = $St if $St and length($St);
$#PageLabel=$pginsert if $pginsert > $#PageLabel;
splice(@PageLabel,$pginsert,0,$label);
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66504>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
- [bug #66504] [gropdf] build failure on Solaris 10, (continued)
- [bug #66504] [gropdf] build failure on Solaris 10, Deri James, 2024/12/03
- [bug #66504] [gropdf] build failure on Solaris 10, G. Branden Robinson, 2024/12/04
- [bug #66504] [gropdf] build failure on Solaris 10, G. Branden Robinson, 2024/12/04
- [bug #66504] [gropdf] build failure on Solaris 10, G. Branden Robinson, 2024/12/04
- [bug #66504] [gropdf] build failure on Solaris 10, G. Branden Robinson, 2024/12/04
- [bug #66504] [gropdf] build failure on Solaris 10, G. Branden Robinson, 2024/12/04
- [bug #66504] [gropdf] build failure on Solaris 10, G. Branden Robinson, 2024/12/04
- [bug #66504] [patch][gropdf] build failure on Solaris 10, Deri James, 2024/12/05
- [bug #66504] [PATCH] [gropdf] build failure on Solaris 10, G. Branden Robinson, 2024/12/06
- [bug #66504] [PATCH] [gropdf] build failure on Solaris 10, G. Branden Robinson, 2024/12/06
- [bug #66504] [PATCH] [gropdf] build failure on Solaris 10,
G. Branden Robinson <=
- [bug #66504] [PATCH] [gropdf] build failure on Solaris 10, G. Branden Robinson, 2024/12/06