ref: 702075eba6c9bbb05353a796f4573c45b3b5ea8e
parent: 3b62bd0bce8ca9986e8f49f1e56f91c2d2c873e6
author: ISSOtm <[email protected]>
date: Mon Feb 24 11:23:39 EST 2020
Add forgotten file name argument to `err`
--- a/src/link/object.c
+++ b/src/link/object.c
@@ -429,7 +429,7 @@
section->symbols = malloc(sizeof(*section->symbols)
* nbSymPerSect[i]);
if (!section->symbols)
- err(1, "%s: Couldn't link to symbols");
+ err(1, "%s: Couldn't link to symbols", fileName);
} else {
section->symbols = NULL;
}