(svn r26496) -Fix (r1547): Reading console input on dedicated server relied on unspecified behaviour.

This commit is contained in:
frosch
2014-04-24 17:49:31 +00:00
parent 411cca2dc3
commit 0e8bfeb7a9
2 changed files with 5 additions and 4 deletions

View File

@@ -56,7 +56,7 @@
#define gets SAFEGUARD_DO_NOT_USE_THIS_METHOD
/* No clear replacement. */
//#define strtok SAFEGUARD_DO_NOT_USE_THIS_METHOD
#define strtok SAFEGUARD_DO_NOT_USE_THIS_METHOD
/*
* Possible future methods to mark unsafe, though needs more thought: