--- FM2SQL/Attic/Convert.java 2004/11/18 11:17:43 1.86 +++ FM2SQL/Attic/Convert.java 2004/11/23 13:00:51 1.87 @@ -2014,7 +2014,7 @@ class Convert } String tableName = names.get(tbIndex).toString(); - if (indexList.isEmpty()) + if (!indexList.isEmpty()) { IndexList idList = (IndexList) indexList.get(0); System.out.println("found list " + idList);