about summary refs log tree commit diff stats
path: root/082scenario_screen.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-17 10:28:25 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-17 10:28:25 -0700
commit7a84094adbf7570e0b9716d8f469458b901efec8 (patch)
tree64e63794f8ea429ce863541634e67449237bcbb6 /082scenario_screen.cc
parente24799ead45d9d4a86d8e8ab051dd16e1e417431 (diff)
downloadmu-7a84094adbf7570e0b9716d8f469458b901efec8.tar.gz
3385
Diffstat (limited to '082scenario_screen.cc')
-rw-r--r--082scenario_screen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/082scenario_screen.cc b/082scenario_screen.cc
index 822dd951..01257220 100644
--- a/082scenario_screen.cc
+++ b/082scenario_screen.cc
@@ -120,7 +120,7 @@ scenario screen-in-scenario-color [
 :(scenario convert_names_does_not_fail_when_mixing_special_names_and_numeric_locations)
 % Scenario_testing_scenario = true;
 def main [
-  screen:number <- copy 1:number
+  screen:num <- copy 1:num
 ]
 -error: mixing variable names and numeric addresses in main
 $error: 0