fixincl.c (fix_with_system): Fixed typo.
2008-04-25 Kai Tietz <kai.tietz@onevision.com> * fixincl.c (fix_with_system): Fixed typo. From-SVN: r134684
This commit is contained in:
parent
8196a02c5a
commit
d4a1808cf1
@ -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: */
|
||||
|
Loading…
Reference in New Issue
Block a user