Commit d4a1808c by Kai Tietz

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
parent 8196a02c
...@@ -829,7 +829,7 @@ fix_with_system (tFixDesc* p_fixd, ...@@ -829,7 +829,7 @@ fix_with_system (tFixDesc* p_fixd,
/* /*
* Now add the fix number and file names that may be needed * 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); pz_fix_file, pz_file_source, pz_temp_file);
} }
else /* NOT an "internal" fix: */ else /* NOT an "internal" fix: */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment