Added support for directory restriction.
authorDavid Griffith <dave@661.org>
Tue, 27 Jun 2017 11:57:07 +0000 (04:57 -0700)
committerDavid Griffith <dave@661.org>
Tue, 27 Jun 2017 11:57:07 +0000 (04:57 -0700)
commit5432358b932556fc7b8aa149aac55c5d05d149a4
tree007fe9ab42e03f35fb84ca14ad7aa945446054fd
parent56cb4358ad4b19e10b171209c97755efd99494c6
Added support for directory restriction.

I cringed while writing this, looking at all those unsafe string calls.
I resisted the urge to go off on a tangent, correcting all of them.
Rather than do that now and forget what I should be doing, I'll get
directory restriction done and THEN tackle the string call problem.
src/common/frotz.h
src/common/setup.h
src/dumb/dumb_init.c
src/dumb/dumb_input.c