summaryrefslogtreecommitdiff
blob: e2c68fb07e38c2494f5c7d92b7c99ab3ecf69ceb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/server.cc.orig	2004-11-26 17:32:26.750551888 +0930
+++ src/server.cc	2004-11-26 17:41:14.500567672 +0930
@@ -5357,8 +5357,8 @@
         finished = FALSE;
         int f, d;
         FILELIST **dir_list, **file_list;
-        dir_list = new (FILELIST *)[dir_count];
-        file_list = new (FILELIST *)[file_count];
+        dir_list = new FILELIST *[dir_count];
+        file_list = new FILELIST *[file_count];
 
         //make arrays for the sorting
         fl_temp = this->internal_filelist;