file-roller r2417 - in trunk: . src



Author: paobac
Date: Mon Aug 11 16:34:06 2008
New Revision: 2417
URL: http://svn.gnome.org/viewvc/file-roller?rev=2417&view=rev

Log:
2008-08-11  Paolo Bacchilega  <paobac svn gnome org>

	* src/fr-command-7z.c (list__process_line): version 4.55 uses the new 
	output format (#547297).

Modified:
   trunk/ChangeLog
   trunk/src/fr-command-7z.c

Modified: trunk/src/fr-command-7z.c
==============================================================================
--- trunk/src/fr-command-7z.c	(original)
+++ trunk/src/fr-command-7z.c	Mon Aug 11 16:34:06 2008
@@ -105,7 +105,7 @@
         		strncpy (version, ver_start, ver_len);
 		        version[ver_len] = 0;
 
-			if (strcmp (version, "4.57") < 0)
+			if (strcmp (version, "4.55") < 0)
 				p7z_comm->old_style = TRUE;
 			else
 				p7z_comm->old_style = FALSE;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]