diff options
author | Tristan Gingold <gingold@adacore.com> | 2012-04-24 09:24:55 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@gcc.gnu.org> | 2012-04-24 09:24:55 +0000 |
commit | c1041240bf5e2e2b6bd5a6c285fee5c943c8b852 (patch) | |
tree | 0cc3e42c1d9fbe615e3546bff9c5300e410e7266 /fixincludes/fixincl.c | |
parent | 8eddb62513c8450dff7428a66b49135f2334cc5c (diff) | |
download | gcc-c1041240bf5e2e2b6bd5a6c285fee5c943c8b852.zip gcc-c1041240bf5e2e2b6bd5a6c285fee5c943c8b852.tar.gz gcc-c1041240bf5e2e2b6bd5a6c285fee5c943c8b852.tar.bz2 |
fixincl.c (fix_with_system): Add missing specifier.
2012-04-24 Tristan Gingold <gingold@adacore.com>
* fixincl.c (fix_with_system): Add missing specifier.
* configure.ac: Default to twoprocess on vms.
* configure: Regenerate.
From-SVN: r186759
Diffstat (limited to 'fixincludes/fixincl.c')
-rw-r--r-- | fixincludes/fixincl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixincludes/fixincl.c b/fixincludes/fixincl.c index 9f399ab..1133534 100644 --- a/fixincludes/fixincl.c +++ b/fixincludes/fixincl.c @@ -829,7 +829,7 @@ fix_with_system (tFixDesc* p_fixd, /* * Now add the fix number and file names that may be needed */ - sprintf (pz_scan, " %ld '%s' '%s'", (long) (p_fixd - fixDescList), + sprintf (pz_scan, " %ld '%s' '%s' '%s'", (long) (p_fixd - fixDescList), pz_fix_file, pz_file_source, pz_temp_file); } else /* NOT an "internal" fix: */ |