From 66b39cb1629fa97679dee461d49d104c7dff13a4 Mon Sep 17 00:00:00 2001
From: "Silas S. Brown" <ssb22@cam.ac.uk>
Date: Mon, 17 May 2010 20:37:37 +0000
Subject: [PATCH] Gradint update

git-svn-id: http://svn.code.sf.net/p/e-guidedog/code/ssb22/gradint@784 29193198-4895-4776-b068-10539e920549
---
 gradint-build/src/system.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradint-build/src/system.py b/gradint-build/src/system.py
index c477d73..511dbd0 100644
--- a/gradint-build/src/system.py
+++ b/gradint-build/src/system.py
@@ -97,7 +97,7 @@ except: struct=0
 if struct and struct.pack("h",1)[0]=='\x00': big_endian = 1
 else: big_endian = 0
 
-# Handle OS's with different extension separators e.g. RISC
+# RISC OS has a different extension separator because "." is used as a directory separator (from the original 1982 BBC Micro DFS with 1-character directories)
 if hasattr(os,'extsep'): extsep = os.extsep
 elif riscos_sound: extsep = "/"
 else: extsep = "."
-- 
GitLab