summaryrefslogtreecommitdiffhomepage
path: root/Stars45/NetUser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/NetUser.h')
-rw-r--r--Stars45/NetUser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/NetUser.h b/Stars45/NetUser.h
index 31e261c..02fb056 100644
--- a/Stars45/NetUser.h
+++ b/Stars45/NetUser.h
@@ -71,7 +71,7 @@ public:
void SetAuthLevel(int n) { auth_level = n; }
void SetAuthState(int n) { auth_state = n; }
- void SetSalt(const char* s) { strcpy(salt, s);}
+ void SetSalt(const char* s) { strcpy_s(salt, s);}
void SetSquadron(const char* s) { squadron = s; }
void SetSignature(const char* s){ signature = s; }