diff options
author | Daniel Burrows <Daniel_Burrows@alumni.brown.edu> | 2008-04-01 20:30:58 -0700 |
---|---|---|
committer | Daniel Burrows <Daniel_Burrows@alumni.brown.edu> | 2008-04-01 20:30:58 -0700 |
commit | 3f807f6c39dd6056fca04264ae896990a83c7244 (patch) | |
tree | 27f2fb07d5f17145c948bcae15ebfcc1f110714d /apt-pkg/versionmatch.h | |
parent | 435704925edae0801103eb12b9f2bbce89d74769 (diff) |
Lift the 1024-character limit on configuration file lines.
To do this, I changed the configuration parser so that instead of reading
the line into a buffer and munging it in-place, it builds a string
containing the current line (via successive getline() calls) and then
walks down that string. Instead of skipping comments and whitespace by
erasing them from the buffer, the new code just skips over them.
Diffstat (limited to 'apt-pkg/versionmatch.h')
0 files changed, 0 insertions, 0 deletions