tempMatch = tempTable.inItem(6, i);
tempReplace = tempTable.inItem(7, i);
}
}
// CDROM Stuff tempIsCdrom tempReplaceStr
String tempMatchStr = tempTable.inItem(6, i);
if (tempMatchStr != null) {
if (tempMatchStr.startsWith("[cdrom]")) {
tempMatch = tempTable.inItem(6, i);
tempIsCdrom = true;
tempReplace = tempTable.inItem(7, i);