projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8196a02
)
fixincl.c (fix_with_system): Fixed typo.
author
Kai Tietz
<ktietz@gcc.gnu.org>
Sat, 26 Apr 2008 00:06:28 +0000
(
02:06
+0200)
committer
Kai Tietz
<ktietz@gcc.gnu.org>
Sat, 26 Apr 2008 00:06:28 +0000
(
02:06
+0200)
2008-04-25 Kai Tietz <kai.tietz@onevision.com>
* fixincl.c (fix_with_system): Fixed typo.
From-SVN: r134684
fixincludes/fixincl.c
patch
|
blob
|
history
diff --git
a/fixincludes/fixincl.c
b/fixincludes/fixincl.c
index 39b389d6775c969cb22146255c2e24749485ef58..489f1457ebc81e97ee2ff87073a606bd46199085 100644
(file)
--- 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'
",
(long) (p_fixd - fixDescList),
pz_fix_file, pz_file_source, pz_temp_file);
}
else /* NOT an "internal" fix: */