Fixed: use the current local number
This commit is contained in:
parent
7fca910e8e
commit
b71a38bb34
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ namespace arookas {
|
|||
prefix = "$";
|
||||
}
|
||||
if (local) {
|
||||
suffix = String.Format("@{0}", mLocal);
|
||||
suffix = String.Format("@{0}", mLocalStack.Peek());
|
||||
}
|
||||
if (prefix == "" && suffix == "") {
|
||||
return basename;
|
||||
|
|
Loading…
Reference in a new issue