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:
Kai Tietz 2008-04-26 02:06:28 +02:00
parent 8196a02c5a
commit d4a1808cf1
1 changed files with 1 additions and 1 deletions

View File

@ -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: */