URL:
<https://savannah.gnu.org/bugs/?64651>
Summary: [troff] wrong indent in "input.cpp"
Group: GNU roff
Submitter: bjarniig
Submitted: Sun 10 Sep 2023 01:29:58 PM UTC
Category: Core
Severity: 3 - Normal
Item Group: Lint
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Sun 10 Sep 2023 01:29:58 PM UTC By: Bjarni Ingi Gislason <bjarniig>
Subject: [troff] wrong indent in "input.cpp"
Directory "src/roff/troff".
commit 4258aad04d28079fe4d317b8081e7ad9ae8420e6
Date: Mon Feb 1 17:36:52 2021 +1100
if (!fp) {
char *s2 = new char[strlen(mac)+strlen(MACRO_PREFIX)+1];
strcpy(s2, MACRO_PREFIX);
strcat(s2, mac);
fp = mac_path->open_file(s2, path);
+ if (!fp && ENOENT != errno)
+ error("can't open macro file '%1': %2", s2, strerror(errno));
a_delete s2;
}
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?64651>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/