X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=binutils%2Fresrc.c;h=a72a23f631739b418018c9a8926fc7f34af90c1c;hb=30d5032895e63800c5088101fb662b6b293e224a;hp=fcd15c70f86e93404562922c0f8456d10f16da5e;hpb=0af1713e7cd57b52f6c81f73aa58934132198880;p=binutils-gdb.git diff --git a/binutils/resrc.c b/binutils/resrc.c index fcd15c70f86..a72a23f6317 100644 --- a/binutils/resrc.c +++ b/binutils/resrc.c @@ -1926,7 +1926,7 @@ indent (FILE *e, int c) without the need to store it somewhere externally. */ void -write_rc_file (const char *filename, const rc_res_directory *resources) +write_rc_file (const char *filename, const rc_res_directory *res_dir) { FILE *e; rc_uint_type language; @@ -1941,7 +1941,7 @@ write_rc_file (const char *filename, const rc_res_directory *resources) } language = (rc_uint_type) ((bfd_signed_vma) -1); - write_rc_directory (e, resources, (const rc_res_id *) NULL, + write_rc_directory (e, res_dir, (const rc_res_id *) NULL, (const rc_res_id *) NULL, &language, 1); }