FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 66b39cb1 authored by Silas S. Brown's avatar Silas S. Brown
Browse files

Gradint update

git-svn-id: http://svn.code.sf.net/p/e-guidedog/code/ssb22/gradint@784 29193198-4895-4776-b068-10539e920549
parent 7d29103a
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ except: struct=0 ...@@ -97,7 +97,7 @@ except: struct=0
if struct and struct.pack("h",1)[0]=='\x00': big_endian = 1 if struct and struct.pack("h",1)[0]=='\x00': big_endian = 1
else: big_endian = 0 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 if hasattr(os,'extsep'): extsep = os.extsep
elif riscos_sound: extsep = "/" elif riscos_sound: extsep = "/"
else: extsep = "." else: extsep = "."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment