Opened 15 years ago

Closed 15 years ago

#3755 closed bug (fixed)

[patch] fix extra ( ) in bin/zip/ttyio.h

Reported by: mmadia Owned by: axeld
Priority: normal Milestone: R1
Component: Applications Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

While looking to upgrade Info-Zip from 2.32 to 3.0, I noticed this typo. Looks like it was a copy+paste error.

patch created against hrev30117

Attachments (2)

zip-ttyio_h.patch (448 bytes ) - added by mmadia 15 years ago.
zip-ttyio_h.2.patch (447 bytes ) - added by mmadia 15 years ago.
removes an extra set of ( ... )

Download all attachments as: .zip

Change History (6)

by mmadia, 15 years ago

Attachment: zip-ttyio_h.patch added

comment:1 by mmadia, 15 years ago

Resolution: invalid
Status: newclosed

oops. i didn't see the (defined(BEOS) ... closing as invalid.

by mmadia, 15 years ago

Attachment: zip-ttyio_h.2.patch added

removes an extra set of ( ... )

comment:2 by mmadia, 15 years ago

Resolution: invalid
Status: closedreopened
As pointed out by luroh, the () surrounding "defined(BEOS)
defined(HAIKU)" is most likely not needed.

Added zip-ttio_h.2.patch -- forgot to enable-replace-existing file. zip-ttio_h.patch is obsolete.

Re-opening ticket.

comment:3 by mmadia, 15 years ago

Summary: [patch] fix extra ) in bin/zip/ttyio.h[patch] fix extra ( ) in bin/zip/ttyio.h

comment:4 by korli, 15 years ago

Resolution: fixed
Status: reopenedclosed

Applied in hrev30924

Note: See TracTickets for help on using tickets.