Source
...
Target
Commits (1)
......@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.58"
Module_Version SETA 558
Module_MajorVersion SETS "5.59"
Module_Version SETA 559
Module_MinorVersion SETS ""
Module_Date SETS "19 Jan 2010"
Module_ApplicationDate SETS "19-Jan-10"
Module_Date SETS "14 Mar 2011"
Module_ApplicationDate SETS "14-Mar-11"
Module_ComponentName SETS "NetPrint"
Module_ComponentPath SETS "castle/RiscOS/Sources/FileSys/NetPrint"
Module_FullVersion SETS "5.58"
Module_HelpVersion SETS "5.58 (19 Jan 2010)"
Module_FullVersion SETS "5.59"
Module_HelpVersion SETS "5.59 (14 Mar 2011)"
END
/* (5.58)
/* (5.59)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.58
#define Module_MajorVersion_CMHG 5.59
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 19 Jan 2010
#define Module_Date_CMHG 14 Mar 2011
#define Module_MajorVersion "5.58"
#define Module_Version 558
#define Module_MajorVersion "5.59"
#define Module_Version 559
#define Module_MinorVersion ""
#define Module_Date "19 Jan 2010"
#define Module_Date "14 Mar 2011"
#define Module_ApplicationDate "19-Jan-10"
#define Module_ApplicationDate "14-Mar-11"
#define Module_ComponentName "NetPrint"
#define Module_ComponentPath "castle/RiscOS/Sources/FileSys/NetPrint"
#define Module_FullVersion "5.58"
#define Module_HelpVersion "5.58 (19 Jan 2010)"
#define Module_LibraryVersionInfo "5:58"
#define Module_FullVersion "5.59"
#define Module_HelpVersion "5.59 (14 Mar 2011)"
#define Module_LibraryVersionInfo "5:59"
......@@ -451,7 +451,7 @@ ConnectErrorExit ; Jump'd to from OpenByN
ADR r1, TempPSName ; A buffer to make the station number
MOV r2, #?TempPSName ; string into
AND r3, r11, #&FF ; Get the station number back
LSR r11, 8 ; Throw station number away
myLSR r11, 8 ; Throw station number away
AND r4, r11, #&FF ; Get the network number back
Push "r3, r4" ; Put station address in stack
MOVVC r0, sp
......@@ -486,7 +486,7 @@ ErrorPSStatus
DCB 0
ALIGN
AND r3, r11, #&FF ; Get the station number back
LSR r11, 8 ; Throw station number away
myLSR r11, 8 ; Throw station number away
AND r4, r11, #&FF ; Get the network number back
Push "r3, r4" ; Put station address in stack
MOVVC r0, sp
......