Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
access local table
Browse files Browse the repository at this point in the history
  • Loading branch information
vendethiel committed Apr 20, 2018
1 parent 5493d51 commit 72945a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
for key = (read-line stream nil)
for value = (read-line stream nil)
until (or (null key) (null value))
do (setf (gethash key *sc2-streams*) value))))))
do (setf (gethash key table) value))))))

(defun load-sc2-ignores ()
(with-open-file (stream "ignore")
Expand Down

0 comments on commit 72945a6

Please sign in to comment.