~ubuntu-branches/debian/sid/upstart/sid

« back to all changes in this revision

Viewing changes to nih/option.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2006-09-01 19:51:41 UTC
  • mto: (16.1.6 feisty) (1.3.1 upstream) (18.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060901195141-35gbj1g9q713ugds
Tags: upstream-0.2.1
ImportĀ upstreamĀ versionĀ 0.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
794
794
 
795
795
                                /* Output the line up until the next line */
796
796
                                linelen = strcspn (ptr, "\n");
797
 
                                printf ("%.*s\n", linelen, ptr);
 
797
                                printf ("%.*s\n", (int)linelen, ptr);
798
798
                                len = 0;
799
799
 
800
800
                                /* Skip to the next line */