# HG changeset patch # User stefano # Date 1280241296 0 # Node ID c4e4d3e9f4876167a3f5321b16e5fdf39d7a659b # Parent a7040617f56847a8d1ccbd8cf36ebdbfc42077da Place the concat protocol entry at the begin of the registered protocol list, restore alphabetical order. diff -r a7040617f568 -r c4e4d3e9f487 allformats.c --- a/allformats.c Tue Jul 27 14:13:24 2010 +0000 +++ b/allformats.c Tue Jul 27 14:34:56 2010 +0000 @@ -221,6 +221,7 @@ REGISTER_MUXDEMUX (LIBNUT, libnut); /* protocols */ + REGISTER_PROTOCOL (CONCAT, concat); REGISTER_PROTOCOL (FILE, file); REGISTER_PROTOCOL (GOPHER, gopher); REGISTER_PROTOCOL (HTTP, http); @@ -237,5 +238,4 @@ REGISTER_PROTOCOL (RTP, rtp); REGISTER_PROTOCOL (TCP, tcp); REGISTER_PROTOCOL (UDP, udp); - REGISTER_PROTOCOL (CONCAT, concat); }