git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2432 c06c8d41-db1a-0410-9941-cceddc491573
G2HJY7M5HS6E5GMPPB6CKNKIMATET3PWMUNY6XAHCB6ICS3WOUBQC
3EEPRFC6SVG4NAQS5XDAUBDG33CRJ7UG3MJOHI6WNO6RKCIGTFXAC
NCDWWDJQLAU5ORSAQGZKJJ5E22VTDGGPJMVVBWQFHQ2B3U3UFHDQC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
const std::string loadfile = get_descache_path(file, ".dsc");
const std::string descache_base = get_descache_path(file, ""); file_lock deslock(descache_base + ".lk", "rb", false); const std::string loadfile = descache_base + ".dsc";
const std::string descache_base = get_descache_path(file, "");
file_lock deslock(descache_base + ".lk", "rb", false);
const std::string loadfile = descache_base + ".dsc";