~ubuntu-branches/ubuntu/karmic/insight/karmic

« back to all changes in this revision

Viewing changes to sim/h8300/compile.c

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2007-12-04 22:37:09 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204223709-jxj396d1ox92s8ox
Tags: 6.7.1.dfsg.1-1
* New upstream release.
* This typo has been fixed in the upstream - closes: #314037.
* Removed non-free documents (GFDL'd with Invariant Sections, etc.).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2810
2810
                ind_arg_len = 0;
2811
2811
 
2812
2812
                /* The size of the commandline argument.  */
2813
 
                ind_arg_len = strlen (h8_get_cmdline_arg (sd, i) + 1);
 
2813
                ind_arg_len = strlen (h8_get_cmdline_arg (sd, i)) + 1;
2814
2814
 
2815
2815
                /* The total size of the command line string.  */
2816
2816
                size_cmdline += ind_arg_len;