Fixed: use the current local number

This commit is contained in:
arookas 2016-02-01 05:34:56 -05:00
parent 7fca910e8e
commit b71a38bb34

View file

@ -234,7 +234,7 @@ namespace arookas {
prefix = "$"; prefix = "$";
} }
if (local) { if (local) {
suffix = String.Format("@{0}", mLocal); suffix = String.Format("@{0}", mLocalStack.Peek());
} }
if (prefix == "" && suffix == "") { if (prefix == "" && suffix == "") {
return basename; return basename;