[axel-commits] r32 - /trunk/text.c

appaji-guest at users.alioth.debian.org appaji-guest at users.alioth.debian.org
Fri Sep 12 06:44:55 UTC 2008


Author: appaji-guest
Date: Fri Sep 12 06:44:54 2008
New Revision: 32

URL: http://svn.debian.org/wsvn/axel/?sc=1&rev=32
Log:
Fix segfault in -H, thanks Philipp Hagemeister

Modified:
    trunk/text.c

Modified: trunk/text.c
URL: http://svn.debian.org/wsvn/axel/trunk/text.c?rev=32&op=diff
==============================================================================
--- trunk/text.c (original)
+++ trunk/text.c Fri Sep 12 06:44:54 2008
@@ -89,7 +89,7 @@
 	{
 		int option;
 		
-		option = getopt_long( argc, argv, "s:n:o:S::NqvhHVaH:", axel_options, NULL );
+		option = getopt_long( argc, argv, "s:n:o:S::NqvhVaH:", axel_options, NULL );
 		if( option == -1 )
 			break;
 		




More information about the axel-commits mailing list