After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 71647 - Binary Posts With Variable-Length Segment Numbers
Binary Posts With Variable-Length Segment Numbers
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
0.11.2
Other other
: Normal normal
: 0.11.3
Assigned To: Charles Kerr
Charles Kerr
Depends on:
Blocks:
 
 
Reported: 2002-02-16 01:51 UTC by cjorsinger
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description cjorsinger 2002-02-16 01:51:20 UTC
Multi-part binary posts whose segment specifiers are not 
zero-filled, IOW, numbered 1,2,...,20/20, are not shown
as being complete in the article list. An example to clarify:

A multi-part binary has titles:

foobar.mpg (1/30)
foobar.mpg (10/30)
foobar.mpg (11/30)
...
foobar.mpg (19/30)
foober.mpg (2/30)
foobar.mpg (20/30)
...
foobar.mpg (29/30)
foobar.mpg (3/30)
foobar.mpg (30/30)
foobar.mpg (4/30)
...
foobar.mpg (9/30)

will not be shown to be complete, even if all parts are there.
However, if the single-digit segments are numbered "(01/30)",
they are marked as a complete binary.

This is not a major bug, IMO, because pan will assemble the
parts into a proper binary, anyway. It's just not shown as
complete in the article window.
Comment 1 Christophe Lambin 2002-02-28 22:29:44 UTC
This is fixed in CVS.  Thanks for report.