Commit 79828610 authored by nanahira's avatar nanahira

col

parent 791f2c47
...@@ -47,7 +47,7 @@ function add_to_all_list(LIST,id,use) { ...@@ -47,7 +47,7 @@ function add_to_all_list(LIST,id,use) {
function read_deck_file(filename) { function read_deck_file(filename) {
console.log("reading "+filename); console.log("reading "+filename);
var deck_text=fs.readFileSync(config.deckpath+"\\"+filename,{encoding:"ASCII"}) var deck_text=fs.readFileSync(config.deckpath+"/"+filename,{encoding:"ASCII"})
var deck_array=deck_text.split("\n"); var deck_array=deck_text.split("\n");
var deck_main={}; var deck_main={};
var deck_side={}; var deck_side={};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment