Browse Source

fix LogFileGet won't save to SAVEPATH

ref http://www.vpnusers.com/viewtopic.php?t=2750
NoNameA 774 11 năm trước cách đây
mục cha
commit
a737ec5d20
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Cedar/Command.c

+ 1 - 1
src/Cedar/Command.c

@@ -9995,7 +9995,7 @@ UINT PsLogFileGet(CONSOLE *c, char *cmd_name, wchar_t *str, void *param)
 		return ERR_INVALID_PARAMETER;
 	}
 
-	filename = GetParamStr(o, "SAVE");
+	filename = GetParamStr(o, "SAVEPATH");
 
 	c->Write(c, _UU("CMD_LogFileGet_START"));