@akgrant43 commented on this pull request.

One minor fix for RiscOS and this is good to go (I'll update the code for Unix after this has been integrated).


In platforms/RiscOS/plugins/FilePlugin/sqFilePluginBasicPrims.c:

> @@ -407,6 +407,11 @@ sqInt sqFileStdioHandlesInto(SQFile files[3]) {
 	return 0;
 }
 
+sqInt sqFileDescriptorType(int fdNum) {
+	//Not implemented
+	return 0;

RiscOS should return -1 (error), not 0 (no console).


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.