~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to src/util/vstring_vstream.c

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, LaMont Jones, localization folks
  • Date: 2014-02-11 07:44:30 UTC
  • mfrom: (1.1.41)
  • Revision ID: package-import@ubuntu.com-20140211074430-91tdwgjriazawdz4
Tags: 2.11.0-1
[LaMont Jones]

* New upstream release: 2.11.0

[localization folks]

* l10n: Updated German translations.  Closes: #734893 (Helge Kreutzmann)

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
    int     c;
167
167
 
168
168
    if (bound <= 0)
169
 
        msg_panic("vstring_get_nonl_bound: invalid bound %ld", (long) bound);
 
169
        msg_panic("vstring_get_null_bound: invalid bound %ld", (long) bound);
170
170
 
171
171
    VSTRING_RESET(vp);
172
172
    while (bound-- > 0 && (c = VSTREAM_GETC(fp)) != VSTREAM_EOF && c != 0)