Application of patch #5218: patch for bug #9742. Fixes a typo in the
authorJoel Reicher <jjr@panacea.null.org>
Tue, 10 Apr 2007 03:32:48 +0000 (03:32 +0000)
committerJoel Reicher <jjr@panacea.null.org>
Tue, 10 Apr 2007 03:32:48 +0000 (03:32 +0000)
commit10c91f6e846d9ec279218280b4258badffd984e8
treeaba60858146117fef5adfa19ddfc674b335d9f5b
parent30fd2ad6d3eff3749b2ae99ec90d2215bf1b1aca
Application of patch #5218: patch for bug #9742. Fixes a typo in the
size arg of snprintf(). mhlist output which used to have incorrect lines
such as
     1.2   multipart/mixed            772
     1.21  text/plain                   9
     1.22  multipart/mixed            162
now have the correct
     1.2   multipart/mixed            772
     1.2.1 text/plain                   9
     1.2.2 multipart/mixed            162
uip/mhparse.c