Commit Diff


commit - 47555e9becc2057858d5809974588100f2dd0432
commit + 4ff6fd48de76577cf98786358b856c4d1d045395
blob - f227c504814bbb5fdf1d67f42dbad958dd002b78
blob + c9e89d48d8c12e6855ec241f9b0055cf5ae34e1f
--- FICS/utils.c
+++ FICS/utils.c
@@ -42,9 +42,9 @@ struct t_tree {
 
 struct t_dirs {
 	struct t_dirs	*left, *right;
-	char		 name;
-	struct t_tree	*files;
 	time_t		 mtime;
+	struct t_tree	*files;
+	char		 name;
 };
 
 PRIVATE char**	t_buffer = NULL;