mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
The memory pool initialization should have happened after having initialized the command line argument data, not before it.
I broke the automatic device name ("smbfs0:" .. "smbfs99:") initialization at some point. Ouch :-( The revised code now starts with "smbfs:", then tries "smbfs0:" through "smbfs99:" until it has picked a unique file system device name. This is consistent with the old behaviour of trying to use "smbfs:" if no device specific name has been requested.
7 lines
185 B
C
7 lines
185 B
C
#define VERSION 2
|
|
#define REVISION 22
|
|
#define DATE "9.3.2019"
|
|
#define VERS "smbfs 2.22"
|
|
#define VSTRING "smbfs 2.22 (9.3.2019)\r\n"
|
|
#define VERSTAG "\0$VER: smbfs 2.22 (9.3.2019)"
|