Fix bug in parse_format_dest
This was introduced in the previous commit where we needed to check for reserved lisp names. However, we also need to handle the case when the lun is a number (which we just return). Noticed by quicklisp tests.
Please register or sign in to comment