diff options
author | senator <senator> | 2009-11-16 10:50:00 +0000 |
---|---|---|
committer | senator <senator> | 2009-11-16 10:50:00 +0000 |
commit | 36492da266df3f7e66ad5a330c76af285d765fa7 (patch) | |
tree | 38e39e1635eea60bb7aa5e2c8af22f38e8d960ae /server/xml/macros/example.xml | |
parent | 7864f9d561657a5b7d557268c50837ef3ee585f9 (diff) |
auto-replaced all instances of Højre øje and Venstre øje with o.dxt and o.sin. This was done using sed. These changes are not verified 100%, but i assume it went well. A quick check showed no errors.
Diffstat (limited to 'server/xml/macros/example.xml')
-rw-r--r-- | server/xml/macros/example.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/server/xml/macros/example.xml b/server/xml/macros/example.xml index acb7133..2e60ae7 100644 --- a/server/xml/macros/example.xml +++ b/server/xml/macros/example.xml @@ -16,13 +16,13 @@ -- Check for the existence of each level. if( lensmeter and - lensmeter.right and - lensmeter.right.cyl and - lensmeter.right.cyl.value and - lensmeter.right.cyl.timestamp ) + lensmeter.odxt and + lensmeter.odxt.cyl and + lensmeter.odxt.cyl.value and + lensmeter.odxt.cyl.timestamp ) then - timestamp = lensmeter.right.cyl.value - value = lensmeter.right.cyl.value + timestamp = lensmeter.odxt.cyl.value + value = lensmeter.odxt.cyl.value end return value, timestamp, source |