mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
Long overdue fixes for typos and such
This commit is contained in:
@@ -59,7 +59,7 @@ struct smb_dskattr
|
||||
};
|
||||
|
||||
/*
|
||||
* Contains all relevant data on a SMB networked file.
|
||||
* Contains all relevant data on an SMB networked file.
|
||||
*/
|
||||
struct smb_dirent
|
||||
{
|
||||
|
||||
@@ -58,7 +58,7 @@ struct smb_server
|
||||
/* olsen (2018-06-01): UTF-16LE Unicode strings are used for path names. */
|
||||
int unicode_enabled;
|
||||
|
||||
/* olsen (2018-08-12): Path names are case sensitive. */
|
||||
/* olsen (2018-08-12): Path names are case-sensitive. */
|
||||
int case_sensitive;
|
||||
|
||||
/* olsen (2018-08-12): Delay the use of Unicode strings during session setup. */
|
||||
|
||||
@@ -146,7 +146,7 @@
|
||||
#define smb_vwv15 67
|
||||
#define smb_vwv16 69
|
||||
|
||||
/* these are the trans2 sub fields for primary requests */
|
||||
/* these are the trans2 sub-fields for primary requests */
|
||||
#define smb_tpscnt smb_vwv0
|
||||
#define smb_tdscnt smb_vwv1
|
||||
#define smb_mprcnt smb_vwv2
|
||||
|
||||
Reference in New Issue
Block a user