From ffb4f73550cf067d7fec3399a0e72a5b464c58f6 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sat, 6 Oct 2018 13:04:01 +0200 Subject: [PATCH] Change \u007F to \x7F, as the former gives error in the preprocessor Problem reported by BraylaSana in #107. --- AVsitter2/Plugins/AVprop/[AV]menu.lsl | 2 +- AVsitter2/[AV]adjuster.lsl | 2 +- AVsitter2/[AV]sitA.lsl | 2 +- AVsitter2/[AV]sitB.lsl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AVsitter2/Plugins/AVprop/[AV]menu.lsl b/AVsitter2/Plugins/AVprop/[AV]menu.lsl index 27f797b..c5aa869 100644 --- a/AVsitter2/Plugins/AVprop/[AV]menu.lsl +++ b/AVsitter2/Plugins/AVprop/[AV]menu.lsl @@ -42,7 +42,7 @@ integer listen_handle; integer number_per_page = 9; integer menu_pages; string last_text; -string SEP = "�"; // OSS::string SEP = "\u007F"; +string SEP = "�"; // OSS::string SEP = "\x7F"; integer pass_security(key id) { diff --git a/AVsitter2/[AV]adjuster.lsl b/AVsitter2/[AV]adjuster.lsl index 1dee8a3..4882710 100644 --- a/AVsitter2/[AV]adjuster.lsl +++ b/AVsitter2/[AV]adjuster.lsl @@ -48,7 +48,7 @@ list chosen_animations; string cache; string webkey; integer webcount; -string SEP = "�"; // OSS::string SEP = "\u007F"; +string SEP = "�"; // OSS::string SEP = "\x7F"; string FormatFloat(float f, integer num_decimals) { diff --git a/AVsitter2/[AV]sitA.lsl b/AVsitter2/[AV]sitA.lsl index e3fdae6..3d98e49 100644 --- a/AVsitter2/[AV]sitA.lsl +++ b/AVsitter2/[AV]sitA.lsl @@ -84,7 +84,7 @@ string BRAND; string onSit; integer speed_index; integer verbose = 0; -string SEP = "�"; // OSS::string SEP = "\u007F"; +string SEP = "�"; // OSS::string SEP = "\x7F"; Out(integer level, string out) { diff --git a/AVsitter2/[AV]sitB.lsl b/AVsitter2/[AV]sitB.lsl index 3c2cb84..0675a5c 100644 --- a/AVsitter2/[AV]sitB.lsl +++ b/AVsitter2/[AV]sitB.lsl @@ -50,7 +50,7 @@ string RLVDesignations; string onSit; integer speed_index; integer verbose = 0; -string SEP = "�"; // OSS::string SEP = "\u007F"; +string SEP = "�"; // OSS::string SEP = "\x7F"; Out(integer level, string out) {