Changeset 7b905069cef81775df8828dbb2b9d47ed472768a
- Timestamp:
- 14/08/04 21:58:39
(4 years ago)
- Author:
- Derk-Jan Hartman <hartman@videolan.org>
- git-committer:
- Derk-Jan Hartman <hartman@videolan.org> 1092513519 +0000
- git-parent:
[6185633af4dedccda3b796a57829cc2ec2e4683e]
- git-author:
- Derk-Jan Hartman <hartman@videolan.org> 1092513519 +0000
- Message:
* Send \r\n after ftp commands, not \n.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3a6efa7 |
r7b90506 |
|
| 407 | 407 | "%s", psz_cmd ) ) > 0 ) |
|---|
| 408 | 408 | { |
|---|
| 409 | | i_ret = net_Printf( VLC_OBJECT(p_access), p_sys->fd_cmd, "\n" ); |
|---|
| | 409 | i_ret = net_Printf( VLC_OBJECT(p_access), p_sys->fd_cmd, "\r\n" ); |
|---|
| 410 | 410 | } |
|---|
| 411 | 411 | |
|---|