file_section err
This commit is contained in:
@@ -103,7 +103,7 @@ long WrenchSaveStoredMedia(CVars in, CVars &out) {
|
||||
char vname[500];
|
||||
char file_section[50];
|
||||
try {
|
||||
REQ_STRING(in, "file_section", 5, 40, "(.*)");
|
||||
// REQ_STRING(in, "file_section", 5, 40, "(.*)");
|
||||
REQ_STRING(in, "sessionid", 3, 150, "(.*)");
|
||||
REQ_STRING(in, "file_uid", 3, 150, "(.*)");
|
||||
long file_section_no = REQ_LONG( in, "file_section_no", 1, -1 );
|
||||
|
||||
Reference in New Issue
Block a user