• Fabio Bas's avatar
    Fix compilation warning introduced in #246 · 3667ab50
    Fabio Bas authored
    /cockatrice/src/main.cpp:162:16: warning: format string is not a string
    literal (potentially insecure) [-Wformat-security]
            qDebug("Could not create " +
    settingsCache->getPicsPath().toUtf8() + "/CUSTOM. Will fall back on
    default card images.");
    3667ab50