aboutsummaryrefslogtreecommitdiffstats
path: root/hebrew/he2/files/patch-aDictionary.cxx
blob: 3f5fc48ab03e8151d6f372c10d87a84e76905294 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- aDictionary.cxx.orig    Tue Aug 17 13:50:38 2004
+++ he2/aDictionary.cxx Tue Aug 17 13:50:52 2004
@@ -128,7 +128,7 @@
           return 0 ; // nothing to look for
    }
 
-   char **res = new (char *)[result_count_max] ;
+   char **res = new char *[result_count_max] ;
    int *res_dist = new int[result_count_max] ;
    int  last_res= 0 ;
    char *str, **pstr ;