From e8c76586646302e8fe6d1870e56a2e314e4a76c7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 22 Aug 2011 18:12:26 +0800 Subject: [PATCH] rconv.js --- rconv.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rconv.js b/rconv.js index 6473a12..26a7ffa 100644 --- a/rconv.js +++ b/rconv.js @@ -41,7 +41,7 @@ var toks = tr.tokenize(new TextStream(str)); var rf = new RooFile(toks); -print(JSON.stringify(rd.tokens, null,4)); +print(JSON.stringify(df.tokens, null,4)); rf.parse(); print(JSON.stringify(rf.cfg, null,4)); \ No newline at end of file -- 2.39.2