Paul,

there is a problem in src/mach/mach-aximx50.cpp :

    MachAximX50() {
        name = "AximX50/51";
        OEMInfo[0] = L"Dell Axim X50";
->      OEMInfo[0] = L"Dell Axim X51";
        machType = MACH_TYPE_X50;
    }

should probably be :

    MachAximX50() {
        name = "AximX50/51";
        OEMInfo[0] = L"Dell Axim X50";
->        OEMInfo[1] = L"Dell Axim X51";
        machType = MACH_TYPE_X50;
    }

Pierre


-- 
_______________________________________________
Aximx50-port mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/aximx50-port

Reply via email to