Skip to content

Commit

Permalink
bug87576: [1/2] fix --ttl option specification in sfnt-stream
Browse files Browse the repository at this point in the history
hg-sha:8e0a79f0ce64
  • Loading branch information
abower-amd committed May 25, 2019
1 parent 2756cc7 commit f1d2602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sfnt-stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static struct sfnt_cmd_line_opt cfg_opts[] = {
CL1S("mcast", cfg_mcast, "set multicast address" ),
CL2S("mcastintf", cfg_mcast_intf, "set multicast interface" ),
CL1F("mcastloop", cfg_mcast_loop, "IP_MULTICAST_LOOP" ),
CL2F("ttl", cfg_ttl, "IP_TTL and IP_MULTICAST_TTL" ),
CL2I("ttl", cfg_ttl, "IP_TTL and IP_MULTICAST_TTL" ),
CL2S("bindtodev", cfg_bindtodev, "SO_BINDTODEVICE" ),
CL2U("n-pipe", cfg_n_pipe, "include pipes in fd set" ),
CL2U("n-unix-d", cfg_n_unixd, "include unix dgram in fd set" ),
Expand Down

0 comments on commit f1d2602

Please sign in to comment.