projects
/
slink.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
738e504
)
Use output name no implib name
author
Robert Pengelly
<robertapengelly@hotmail.com>
Fri, 9 May 2025 06:23:23 +0000
(07:23 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Fri, 9 May 2025 06:23:23 +0000
(07:23 +0100)
pe.c
patch
|
blob
|
history
diff --git
a/pe.c
b/pe.c
index 647e89973806c55d70dceb436b856ee3da49f683..577a735a9e967520bfbabeed1c829060d0ba3ed0 100644
(file)
--- a/
pe.c
+++ b/
pe.c
@@
-755,12
+755,12
@@
struct symbol_info *create_symbol_list (struct export_name *export_name, unsigne
struct symbol_info *symbol_info;
unsigned long i, j;
- char *name = xstrdup (
output_implib
_filename), *p;
+ char *name = xstrdup (
state->output
_filename), *p;
- if ((p = strrchr (
output_implib
_filename, '.'))) {
+ if ((p = strrchr (
state->output
_filename, '.'))) {
free (name);
- name = xstrndup (
output_implib_filename, p - output_implib
_filename);
+ name = xstrndup (
state->output_filename, p - state->output
_filename);
}