Skip to content

Commit 284fc0b

Browse files
sapiersapier
sapier
authored and
sapier
committedFeb 2, 2014
Add missing "-" to list of allowed chars in media filenames
1 parent e7c2e61 commit 284fc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/clientserver.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
118118
#define PASSWORD_SIZE 28 // Maximum password length. Allows for
119119
// base64-encoded SHA-1 (27+\0).
120120

121-
#define TEXTURENAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_."
121+
#define TEXTURENAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_.-"
122122

123123
enum ToClientCommand
124124
{

0 commit comments

Comments
 (0)
Please sign in to comment.