Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add missing "-" to list of allowed chars in media filenames
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/clientserver.h
|
@@ -118,7 +118,7 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
#define PASSWORD_SIZE 28 // Maximum password length. Allows for |
|
|
// base64-encoded SHA-1 (27+\0). |
|
|
|
|
|
#define TEXTURENAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_." |
|
|
#define TEXTURENAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_.-" |
|
|
|
|
|
enum ToClientCommand |
|
|
{ |
|
|